/*登录*/

/*login*/
.date20528_signin_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
.articleContent {
  width: 100%;
  margin-top: 40px;
  height: calc(100% - 40px);
  overflow: hidden;
}
.date20529_signin_box-card {
  display: flex;
  width: 880px;
  height: 440px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -220px;
  margin-left: -440px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.date200609_slide_wrap {
  padding-right: 3px;
  box-sizing: border-box;
  flex: 1;
}
.date200609_right_signin {
  padding-left: 3px;
  box-sizing: border-box;
  flex: 1;
}
.signInWarp {
  position: relative;
  display: flex;
  height: 70px;
  line-height: 75px;
  text-align: left;
}
.signInWarp span {
  cursor: pointer;
}
.sm,
.zh {
  flex: 1;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  box-sizing: border-box;
}
.sm {
  flex-basis: 19%;
  text-align: center;
}
.zh {
  flex-basis: 50%;
}
.date20528_QRcode {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* position: absolute;
  top: -5px;
  right: -5px; */
  background-image: url("/static/img/QRcode1.png");
  background-size: 100% 100%;
}
.addborder {
  /* display: inline-block; */
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: 2px solid #43a0c8;
  color: #43a0c8;
}
.sm_signInWarp {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.sm_signInWarp > p:nth-child(1) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.sm_signInWarp > p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  line-height: 24px;
  margin-top: 5px;
}

.date20528_QRcode2 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/static/img/QRcode2.png");
  background-size: 100% 100%;
}
.date20528_QRcode,
.date20528_QRcode2 {
  cursor: pointer;
}
#date20528_QRcode_img_wrap {
  width: 285px;
  height: 285px;
  background: rgba(243, 243, 243, 1);
  opacity: 0.5;
  border-radius: 3px;
  margin: 14px auto;
}
.date20528_not_account {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.date20528_not_account > p > span {
  color: #43a0c8;
  cursor: pointer;
}

/*zhSignIn*/
.zhWrap {
  width: 100%;
  height: 100%;
}
.mobile_icon,
.password_icon {
  position: absolute;
  top: 14px;
  left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}
.mobile_icon {
  background-image: url("/static/img/mobile.png");
}
.password_icon {
  background-image: url("/static/img/password.png");
}
.passwordStyle {
  font-size: 14px;
  padding-left: 2px;
  line-height: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.date20529_zh_switchWrap {
  width: 375px;
  margin: 0 auto;
  margin-top: -8px;
}
.date20529_zh_postForm {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #43A0C8;
  border-radius: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 16px auto;
  margin-top: 50px;
  cursor: pointer;
}
.date20529_zh_postForm:hover {
  background: #47ABD6;
}
.otherInfo {
  display: flex;
  width: 380px;
  margin: 0px auto;
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.otherInfo > div {
  flex: 1;
  cursor: pointer;
}
.otherInfo > div > span:hover {
  border-bottom: 1px solid #888;
}
.otherInfo > div:nth-child(1) {
  text-align: left;
}
.otherInfo > div:nth-child(2) {
  text-align: right;
}

/*yzmSignIn*/
.date20529_zhWrap {
  width: 100%;
  height: 100%;
}
.phoneWrap,
.phoneYzmWrap {
  position: relative;
  width: 380px;
  height: 50px;
  border-radius: 3px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.mobile_icon,
.code_icon {
  position: absolute;
  top: 14px;
  left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}
.mobile_icon {
  background-image: url("/static/img/mobile.png");
}
.code_icon {
  background-image: url("/static/img/code.png");
}
.yzmWrap {
  float: left;
  width: 61%;
  background: rgba(243, 243, 243, 1);
}
.getYzmWrap {
  float: right;
  width: 38%;
  text-align: right;
}
.switchWrap {
  margin-left: 10px;
}
.postForm {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #43A0C8;
  /* opacity: 0.3; */
  border-radius: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 16px auto;
  margin-top: 101px;
  cursor: pointer;
}
/* .otherInfo {
  width: 300px;
  margin: 23px auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  cursor: pointer;
} */

/*分享*/

/*selectContacts*/
.share_wrap_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  z-index:2001;
}
.share_box_card {
  position: relative;
  width: 700px;
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  /* overflow: hidden; */
}
.share_item_wrap {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #f9f9f9;
  box-shadow: 0px 1px 0px 0px rgba(240, 240, 240, 1);
  overflow: hidden;
}
/* .share_url_info {
  padding: 20px;
  box-sizing: border-box;
} */
.share_left,
.share_right {
  float: left;
  padding-left: 30px;
}
.share_item_wrap span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  cursor: pointer;
  font-weight: Medium;
}
.share_span_active {
  height: 54px;
  display: inline-block;
  box-sizing: border-box;
  color: #222;
  /* border-bottom: 2px solid #43A0C8; */
}

/*friendsList*/
.date20527_friends_list_wrap {
  width: 100%;
}
.date20527_friends_all_list {
  display: flex;
}
.date20527_friends_info {
  flex: 1 1 0%;
  max-width: 258px;
  height: 50px;
  background:rgba(240,240,240,1);
  border:1px solid rgba(224, 224, 224, 1);
  border-radius: 3px;
  margin: 5px 5px 5px 0px;
  padding: 5px;
  box-sizing: border-box;
}
.delete_friends_wrap {
  flex: 0 1 8%;
  margin: 5px 0px 0px 0px;
  box-sizing: border-box;
  text-align: center;
}
.date20527_doctor_info_wrap {
  display: flex;
}
.date20527_doctor_info {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.date20527_hospital {
  text-align: right;
}
.date20527_doctor_name {
  margin-right: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.date20527_doctor_type {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
}
.date20527_hospital_name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  margin-right: 5px;
}
.date20527_doctor_time_wrap {
  display: flex;
}
.date20527_docter_visittime {
  flex: 4;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.date20527_docter_visittime > span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  line-height: 24px;
  padding-left: 9%;
}
.date20527_myself_type {
  flex: 1;
  text-align: right;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.date20527_myself_type > span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  line-height: 24px;
}

/*setContacts*/
.select_contacts_wrap {
  /* height: 490px; */
  height: 505px;
  height: 460px;
}
.date200610_share_url_wrap {
  padding: 10px 30px;
  box-sizing: border-box;
}
.date200610_top2 {
  width: 100%;
}
.date200610_top2 > div {
  height: 30px;
  line-height: 30px;
}
.date200610_top2 > div:nth-child(1) {
  cursor: pointer;
  display: inline-block;
}
.select_contacts__text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
}
.friend_admin_wrap {
  width: 100%;
  height: 240px;
  background:rgba(249,249,249,1);
  border: 1px solid rgba(240, 240, 240, 1);
  border-radius: 3px;
  margin: 5px auto;
  box-sizing: border-box;
}
.friend_admin_wrap {
  display: flex;
}
.friend_admin_left {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  padding-right: 0px;
  border-right: 1px solid rgba(240, 240, 240, 1);
}
.friend_admin_right {
  flex: 1;
  box-sizing: border-box;
  padding: 0px 8px;
  padding-right: 0;
  /* overflow: auto; */
}
.date20527_select_info {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  line-height: 30px;
}
.date20527_friend_admin_wrap {
  position: relative;
  height: 90%;
  overflow: auto;
}
.date20527_select_info > span {
  color: #ff4646;
}
.friend_search_wrap {
  display: flex;
}
.date20527_friend {
  flex: 1;
  line-height: 28px;
}
.date20527_search {
  flex: 1;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(240, 240, 240, 1);
  border-radius: 3px;
  text-align: left;
  margin-right: 8px;
}
.date20527_search:hover {
  border-color: #43A0C8 !important;
}
.date20527_search > i {
  cursor: pointer;
}
.date20527_input_user {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  line-height: 24px;
}
.date20527_recent_visit {
  font-size: 14px;
  font-family: Microsoft YaHei;
  margin-right: 18px;
}
.select_span_active {
  color: #43A0C8;
  border-bottom: 2px solid #43A0C8;
}
.date20527_swith_wrap {
  /* display: flex; */
  position: absolute;
  top: 45px;
  left: 8px;
  width: 98%;
  height: 185px;
  overflow: auto;
}
.date20527_friends_wrap {
  width: 89%;
  max-width: 273px;
  overflow: auto;
}
.date20527_letter_wrap {
  position: absolute;
  right: 12px;
  top: 48px;
  width: 10%;
  height: 181px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
}
.date20527_letter {
  text-align: center;
  width: 9px;
  height: 10px;
  margin: 5px 3px;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(185, 185, 185, 1);
}
.date200610_foot {
  position: relative;
  bottom:0px;
  width: 100%;
  height: 72px;
  background: rgba(249, 249, 249, 1);
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.date20527_share_foot_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.date20527_share_btn_query {
  min-width: 80px;
  height: 32px;
  background: rgba(249, 249, 249, 1);
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  border: none;
  margin-left: 10px;
}
.date20527_share_btn_copyurl {
  min-width: 80px;
  height: 32px;
  background: #43A0C8;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

/*shareUrl*/
.share_input_wrap {
  /* width: calc(100% - 30px); */
  /* padding: 0 10px; */
  box-sizing: border-box;
}
.share_input_url,
.share_input_remarks {
  position: relative;
  /* width: 100%; */
  height: 40px;
  background: rgba(249, 249, 249, 1);
  border: 1px solid rgba(240, 240, 240, 1);
  border-radius: 3px;
  padding-left: 38px;
}
.share_input_remarks:hover {
  border-color: #43A0C8 !important;
}
.share_input_tit {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: rgba(136, 136, 136, 1);
}
.date20601_share_p {
  margin: 5px 0px;
}
.share_passwordStyle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.share_passwordStyle {
  padding-right: 10px;
  color: rgba(51, 51, 51, 1);
}

/*shareUrlInfo*/
.share_url_wrap {
  height: 305px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.share_tit_text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  margin: 5px 0px 15px;
}
.share_foot_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.share_btn_query {
  width: 120px;
  height: 40px;
  background: rgba(249, 249, 249, 1);
  border-radius: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  border: none;
  margin-left: 10px;
}
.share_btn_copyurl {
  min-width: 80px;
  height: 32px;
  background: #43A0C8;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.date200610_divinput {
  display: inline-block;
  width: 30px;
  height: 19px;
  line-height: 17px;
  color: #000;
  margin: 0 3px;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #888888;
  border-radius: 1px;
  text-align: center;
}
.date200610_bz {
  position: absolute;
  right: 8px;
  top: 11px;
  font-size: 18px;
  color: #888888;
}


/*zlb 通用css处理区*/
.main-area-frme{box-sizing: border-box;width: 100%; height: 100%; background: #fff;}
.top-bar-cust{height:40px; width:100%; line-height: 40px; border-bottom:solid 1px #f0f0f0}
.top-title{font-size:16px; color:#333; height:40px;}
.right-area{padding:20px; box-sizing: border-box;width:100%;height:100%; padding-top:11px;position: relative;}
.right-title{font-size:16px; color:#000; position: relative;}
.right-title .right-btn-area{position:absolute;right:0;top:0}
.add-ico{width:20px; height:20px; display: inline-block; background: url(/static/img/factory/add.png) no-repeat; cursor: pointer; margin-left:20px;vertical-align: -6px;}
.add-ico:hover{background: url(/static/img/factory/add_hover.png);}
.add-ico:active{transform: translateY(2px);}
.selct-arrs{ display: inline-block;}
.fac_tec_title{font-size:16px}
/* .form-css .yg-form-item__label{color:#000 !important} */
