.bgEF {
  background: #efefef;
}
/* 注册页面 */
.register_toprj {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 20px;
  right: 10px;
  right: 10px;
  top: 10px;
  font-size: 19px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height: 30px;
  font-family: 方正;
}
.register_toprj:hover{
  background: #43a0c8;
  color: #fff !important;
}
.mypw input {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
.valid {
  margin-left: 68px;
  /* background-color: #fef7e0;
  border: 1px solid #edcf87; */
  line-height: 40px;
  box-sizing: border-box;
  /* color: #f86d5a; */
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 20px;
}
.login_c {
  color: #43a0c8;
}
.login_c:hover {
  border-bottom: 1px solid #43a0c8;
}
.register_yg_checkbox__label
  .yg-checkbox__input.is-checked
  + .yg-checkbox__label {
  color: #333333 !important;
}
/* .register_yg_checkbox__label .yg-checkbox__inner {width: 16px; height: 16px;line-height: 16px;} */
.disf {
  display: flex;
  justify-content: space-between;
}
.register_boxs {
  position: relative;
}
@media screen and (min-width: 3000px) {
  .register_boxs,.login_wrap,.privacyPolicyDialog,.userAgreementDialog{
    zoom: 1.5;
  }
}

.register_form_bg {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 20px 0px rgba(127,127,127,0.10);
    padding: 20px 0 0px 0;
    box-sizing: border-box;
    margin-top: 33px;
}
.all {
  position: inherit;
  width: 590px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  box-sizing: border-box;
  height: 100%;
  /* overflow: hidden; */
}
.register_allboxs {
}
.all_title {
  width: 100%;
  height: 40px;
  background: rgba(240, 240, 240, 1);
  opacity: 0.8;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 20px;
  line-height: 40px;
  box-sizing: border-box;
}
.register_containboxs {
    width: 100%;
    box-sizing: border-box;
    /* background: #ffffff; */
    text-align: center;
    padding: 30px 0px;
    /* margin-bottom: 30px; */
}
.footer-bom {
  text-align: center;
  padding-bottom: 127px;
}
.hello {
  background: #fff;
}
.codes {
  display: flex;
  margin-top: 30px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.technological_process {
  width: 100%;
  margin-top: 56px;
  display: inline-block;
  text-align: center;
  margin: auto;
  position: relative;
}
.form input {
  width: 363px;
  box-sizing: border-box;
}
.code {
  margin-left: 20px;
}
select {
  width: 363px;
}
option {
  height: 40px;
}
.ionic_code {
  margin-left: 29px;
  position: relative;
  top: 8px;
}
.foot_jw {
  display: inline-block;
  padding: 30px 360px;
  font-size: 14px;
  border-top: 1px solid #dddddd;
}
.mt24 {
  margin-top: 24px;
}
.form_imgbox {
  width: 260px;
  height: 300px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #888888;
}
.feg_img1 {
  background: url(./img/register_y.png) no-repeat 100% 100%;
}
.feg_img2 {
  background: url(./img/register_j.png) no-repeat 100% 100%;
}
.feg_img1:hover {
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  cursor: pointer;
  background: url(./img/register_yh.png) no-repeat 100% 100%;
}
.feg_img2:hover {
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  cursor: pointer;
  background: url(./img/register_jh.png) no-repeat 100% 100%;
}
.form_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_tit_border {
    display: inline-block;
    width: 230px;
    height: 1px;
    background: #eee;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
.form_title .form_tit_border:first-child{transform:translateX(-37px)}
.form_title .form_tit_border:last-child{transform:translateX(37px)}
.register_code input {
  border: solid 1px #e0e0e0;
  font-size: 12px;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}
.register_codebox[disabled=disabled]{color:#333 !important; cursor:not-allowed !important}
.register_codebox[disabled=disabled]:hover{background:#fff;border-color: #dadada; color:#333 !important}
.register_codebox[disabled=disabled]:active{transform: translateY(0px) !important}
.register_codebox {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  width: 110px;
  text-align: center;
  color: #43A0C8 !important;
  border: 1px solid #dadada;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
  border-left:none
}
/* .register_codebox:hover{
    background-color: #47ABD6;color:#fff !important;border-color:#47ABD6
}
.register_codebox:active{
    background-color: #1B8EBF;
    transform: translateY(1px);
} */
/* 流程 */
.circlebox {
  /* width: 410px; */
  height: 40px;
  align-items: center;
  color: #888888;
  box-sizing: border-box;
}
.titlebox > div {
  text-align: left;
  font-size: 14px;
}
.circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  font-size: 12px;
  color: #cccccc;
  font-weight: bold;
}
.register_active {
  color: #333 !important;
}
.register_active > .circle {
  background: #43a0c8;
  color: #fff !important;
  font-weight: bold;
}
.j_imgbox {
  position: absolute;
  left: 32px;
  top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0e0e0;
  height: 3px;
  width: 526px;
}
.register_bg {
  background: #43a0c8;
}
.tech_text {
  display: flex;
  margin-left: 17px;
  margin-top: 20px;
}
.tech_text span {
  font-size: 14px;
  color: #333333;
}
/* a下一步按钮颜色 */
.next_to {
  margin-left: 68px;
  margin-top: 20px;
}
.next_to button {
  width: 180px;
  height: 40px;
  border-radius: 3px;
  border: none;
  color: #fff;
}
.next_btn {
  background: rgba(25, 128, 171, 1) !important;
}
/* 好友管理 */
.yg-button {
  line-height: 28px;
}
.release_edit_title {
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}
.release_edit_title span {
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
  padding: 6px 10px;
}
.release_edit_title span.active {
  color: #43a0c8;
  font-weight: bold;
  position: relative;
}
.release_edit_title span:hover{
  color: #43a0c8;
}
.release_edit_title span.active::before {
  content: "";
  border-radius: 1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #43a0c8;
  position: absolute;
  bottom: 1px;
  left: 0;
}

/* 个人中心管理 */
.login-valid {
  right: 1px;
  top: 12px;
  border-left: 0;
  padding-left: 15px;
  height: 16px;
  line-height: 16px;
  color: #999 !important;
}
.scrollBox {
  top: 0 !important;
}
.nva_ico {
  width: 100%;
  height: 51px;
  line-height: 50px;
  text-align: right;
  background-position: 16px center;
  background-repeat: no-repeat;
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}
.nva_ico::before {
  content: attr(data-info);
  color: #333;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  left: 40px;
  top: 10px;
}
.personnelmanagement_xiao {
  display: inline-block;
  width: 4px;
  height: 14px;
  background-color: #43a0c8;
  margin-left: -15px;
  position: absolute;
  left: 42px;
  top: 18px;
}
.nva_ico .el-date-interval {
  line-height: 40px;
}
/* .invitationcode_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/invitationcode_ico.png");
}
.releasegoods_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/mobile.png");
}
.factoryinfo_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/factoryinfo_ico.png");
}
.staffmanagement_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/staffmanagement_ico.png");
}
.indication_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/indication_ico.png");
}
.clinicinfo_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/clinicinfo_ico.png");
}
.ordercenter_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/ordercenter_ico.png");
}
.brandmaterialset_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/brandmaterialset_ico.png");
}
.clinicmanage_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/clinicmanage_ico.png");
}
.financeinfo_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/financeinfo_ico.png");
}
.waterrecord_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/waterrecord_ico.png");
}
.rework_ico {
  background-image: url("https://pic.yayi360.com/dxshare-front/img/zhengqi/rework_ico.png");
} */
.defultLogo {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
}
.clinicinfotabid {
  width: 100%;
}
.clinicinfotabid > dl {
  width: 100%;
  color: #333;
}
.clinicinfotabid > dl > dt {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 45px;
}
.clinicinfotabid > dl > dt::before {
  content: "";
  height: 12px;
  border-left: 3px solid #43A0C8;
  width: 3px;
  margin-right: 5px;
}
.clinicinfotabid > dl dd {
  line-height: 30px;
  margin-left: 0px;
}
.clinicinfotabid > dl dd.showimg {
  height: 80px;
  line-height: 80px;
}
.clinicinfotabid > dl dd.showimg img {
  vertical-align: middle;
  height: 70px;
}
.clinicinfotabid > dl dd.showimg .delImg {
  cursor: pointer;
}
.clinicinfotabid > dl dd.showimg :hover i.delImg {
  display: inline-block;
}
.clinicinfotabid > dl .infotitle {
  width: 130px;
  text-align: right;
  color: #696969;
  display: inline-block;
}
.clinicinfotabid > dl .infotitle::after {
  content: " : ";
  color: #696969;
}
.posi_bottom {
  height: 70px;
  line-height: 70px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  padding-left: 20px;
}
.yg-diaglog > .digcontent > .btns > .cnbtn {
  /* background-color: #fff7e0 !important; */
  color: #333;
  border: solid 1px #CCCCCC !important;
  cursor: pointer;
}
.personnelmanagement_dis {
  display: flex;
}
.color_99 {
  color: #333333ff;
}
.p5 {
  padding: 0 5px;
}
.img_title {
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  color: #466dc4;
  font-size: 14px;
}
.releasegoods_ico img {
  cursor: pointer;
}
.div-name {
  width: 100%;
  height: 100%;
}
.titlebox_bor {
  border-bottom: 1px solid #f0f0f0;
}
.titlebox {
  position: relative;
  padding: 20px 0;
}
/* .yg-button {
  line-height: 28px;
} */
.border-1 {
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-left: 0;
  line-height: 30px;
}
.bor-top {
  border-top: 1px solid #e0e0e0;
}
.row_label {
  background-color: #fcfcfc;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
}
.row_label {
  width: 120px;
}
.posi {
  position: absolute;
  right: 0px;
  top: 16px;
}
.userbox {
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-top: 0 !important;
}
.nva_ico {
  border: 0 !important;
}
.border_box {
  min-height: 120px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(240, 240, 240, 1);
  background: #ffffff;
}
.color-change {
  color: #888888ff;
}
.row .div-name {
  margin-left: 21px;
}
.scrollBox {
  padding-top: 0px !important;
  position: relative;
}
.table_posi {
  position: initial !important;
}
.div-name2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addressinfo_box > td {
  width: 160px;
  box-sizing: border-box;
}
.pb30 {
  padding-bottom: 30px;
}
.editorsnote_textarea textarea {
  line-height: inherit;
  height: 80px;
  padding: 10px;
}
.messag_item {
  padding: 15px 5px 15px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888888;
  background: #ffffff;
  margin-bottom: 10px;
}
.messag_item_col333 {
  color: #333333ff;
}
.messag_item .p2cl {
  color: #888888;
}
.messag_item .ico {
  position: relative;
  font-size: 14px;
  color: #466dc4;
}
.messag_item .ico:hover {
  color: #5C8FFF;
}
.messag_item .ico_br::after {
  content: "";
  border-radius: 1px;
  display: block;
  width: 1px;
  height: 13px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 1px;
  right: -5px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.box-card {
  width: 480px;
}
.card_span span.active {
  color: #333;
  font-weight: bold;
  position: relative;
  background: #fff;
}
.card_span span {
  margin-right: 25px;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  box-sizing: border-box;
}
.card_span span.active::before {
  content: "";
  border-radius: 1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #43a0c8;
  position: absolute;
  bottom: -11px;
}

header {
  width: 100%;
  height: 40px;
  background: rgba(42, 45, 56, 1);
}
.headerContent {
  display: flex;
}
.deName,
.serviceTel {
  flex: 1;
}
.serviceTel {
  text-align: right;
  padding-right: 8px;
}
.serviceTel > p {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(203, 208, 227, 1);
}

.notice-panel .yg-card .yg-card__body {
  width: 490px;
  background: #f9f9f9 !important;
  padding: 10px 10px 0px 10px !important;
  margin-top: 40px;
  box-sizing: border-box;
  height: 370px;
  overflow: scroll;
}
.notice-panel .yg-card__header {
  border-bottom: 1px solid #f0f0f0ff !important;
  background: #fff;
  padding: 10px 20px !important;
  position: fixed;
  width: 489px;
  z-index: 4;
  box-sizing: border-box;
}
.notice-panel .is-always-shadow {
  width: 100%;
  height: 100%;
  background: #f9f9f9 !important;
  /* overflow-y: scroll; */
}
.noticePanel_ico_show {
  height: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noticePanel_set {
  position: absolute;
  padding: 12px;
  right: 10px;
  top: 35px;
  /* width: 130px; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  z-index: 4;
  box-sizing: border-box;
}
.noticePanel_set > p {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.noticePanel_yg_switch .yg-switch__core {
  margin-left: 5px;
}
.notice-panel span {
  cursor: pointer;
}
.messag_radius {
  width: 8px;
  height: 8px;
  background: rgba(255, 97, 97, 1);
  border-radius: 50%;
  display: inline-block;
  margin: 5px 2px 0px 0px;
  flex-shrink: 0;
}
.messag_ml14 {
  margin-left: 20px;
}
.app_messagbox {
  position: absolute;
  right: 20px;
  bottom: 100px;
  min-width: 290px;
  height: 84px;
  background: rgba(0, 0, 0, 1);
  opacity: 0.6;
  color: #ffffff;
  padding: 23px;
  border-radius: 3px;
  z-index: 999;
  box-sizing: border-box;
}
.app_messagbox_title {
  margin-bottom: 30px;
}
.app_messagbox_bntbox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* 首页患者详情 */
#cureInformation {
  width: 100%;
}
#cureInformation_parentid .yg-search-bar {
  float: left !important;
  min-width: auto;
  padding: 5px 10px;
}
/* #cureInformation_parentid .table-head #cureInformationhead{
  width:100%;} */
#cureInformation_parentid .table-head #cureInformationhead #th_last_null {
  display: none;
}
#cureInformation_parentid .yg-tablelist {
  width: 100%;
}
.dataInformation_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -66px;
  margin-left: 50px;
  width: 134px;
  height: 156px;
  background: var(--no-data-img) no-repeat center center !important;
  z-index: 1;
}
.dataInformation_tag::after{
  content: var(--no-data-text);
  color: #999;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.yg-dropdown-menu {
  /* width: 98px !important; */
  position: absolute !important;
  right: 10px !important;
  left: initial!important;
}
.en_width {
  display: inline-block;
}
.en_width::before {
  display: block;
  content: attr(en_width);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
}

/* 下单、追加检查  进入扫描弹框样式 */
.scanhead {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  min-height: 44px;
  line-height: 44px;
  border-bottom: solid 1px #f0f0f0;
}
.scanbox .ico {
  width: 40px;
  text-align: right;
  padding-right: 10px;
}


/* 补充资料按钮样式 */

.afterbtn {
    height: 50px;
    background: #fff;
    min-width: 1150px;
    width: 100%;
    padding: 9px 0;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
}

.tag-btn {
    position: absolute;
    bottom: -40px;
    left: 12px;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    background: #43a0c8;
    cursor: pointer;
    border-radius: 3px;
}

.tag-btn1 {
    color: #fff;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    background: #43a0c8;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px auto;
    font-size: 12px;
}

.tag-btn:hover,
.tag-btn1:hover {
    background: #47ABD6;
}
/* 时间选择器样式修改 */
#pickelTime .el-input__prefix, .el-input__suffix{
    text-align: right;
}
#pickelTime .el-input__inner{
    padding-left: 10px !important;
}
#pickelTime .el-input__prefix{
    right: 5px !important;
}
#pickelTime .el-input:hover .el-input__prefix{
    display: none !important;
}
/* 治疗计划，初诊检查 */
.orderEaxm,.orderplans{
    overflow-y: auto;
    height:calc(100% - 50px);
    min-width:1150px;
    width:100%;
    box-sizing: border-box;
}
