
.add[data-v-64575b72] {
  text-align: center;
  width: 85px;
  height: 37px;
  margin-left: 30px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  opacity: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popfooterSolt[data-v-64575b72] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_1[data-v-64575b72] {
  box-shadow: -4px 0 0 0 #3AC3D7;
  margin-top: 10px;
  margin-bottom: 10px;
}
.center_main[data-v-64575b72] {
  width: 100%;
}

.content_profile {
  /* width: 1920px; */
  margin: auto;
  background: #e1ebf2;
}
.left {
  width: 340px;
  height: 820px;
  margin: 15px;
  margin-right: 0;
  /* background: white; */
  border-radius: 10px 10px 0px 0px;
}
.center {
  width: calc(100vw - 300px);
  margin: 15px;
  background: white;
}
.right {
  background: white;
  width: 370px;
  height: 820px;
  margin: 15px;
}
.main {
  display: flex;
}
.left_Box {
  width: 307px;
  height: 307px;
  background: #3ac3d7;
  opacity: 1;
  margin: 15px auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.left_header {
  width: 340px;
  height: 59px;
  background: #3ac3d7;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  color: white;
  font-size: 16px;
}
.left_item {
  display: flex;
  justify-content: space-between;
  padding: 8px 21px;
  font-size: 14px;
  color: #656565;
  cursor: pointer;
}
.left_flex {
  width: 200px;
  height: 200;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 50px auto;
}
.activeStart {
  background: white !important;
  color: black !important;
}
.demo-ruleForm {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.left_msg {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 1;
}
.left_num {
  font-size: 117px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 146px;
  color: #ffffff;
  opacity: 1;
}
.left_button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.left_start {
  width: 126px;
  height: 51px;
  background: #3ac3d7;
  opacity: 1;
  line-height: 51px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  margin-right: 11px;
  cursor: pointer;
}
.left_stop {
  width: 126px;
  height: 51px;
  line-height: 51px;
  background: white;
  border: 1px solid #c9c9c9;
  opacity: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.vip {
  /*vip*/
  width: 25px;
  margin-right: 5px;
  height: 15px;
  background: #f1bb4f;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  color: white;
  line-height: 15px;
  display: block;
  text-align: center;
}
.te {
  /*特别*/
  margin-right: 5px;
  width: 25px;
  height: 15px;
  background: #e84e2e;
  opacity: 1;
  color: white;
  line-height: 15px;
  border-radius: 2px;
  display: block;

  text-align: center;
}
.button1 {
  width: 62px;
  height: 20px;
  background: #3ac3d7;
  opacity: 1;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  border: none;
}
.button2 {
  width: 62px;
  height: 20px;
  background: #00d1a2;
  opacity: 1;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.button3 {
  width: 44px;
  height: 26px;
  background: #f1bb4f;
  opacity: 1;
  border: none;
  border-radius: 4px;
  margin-right: 3px;
  cursor: pointer;
}
.title {
  padding: 20px 54px;
  width: 176px;
  height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #4a4949;
  opacity: 1;
}
.solid {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  opacity: 1;
  margin: 20px 0;
}
.right_y {
  display: flex;
  align-items: center;
  /* margin: 20px 54px; */
}
.title_y {
  width: 4px;
  height: 13px;
  margin-right: 5px;
  background: #00d1a2;
  opacity: 1;
}

/* 弹出层开始 */
.doctorPop_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.doctorPop_list {
  width: 67px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #a5a5a5;
  line-height: 36px;
  opacity: 1;
  text-align: center;
  margin: 6px 5px;
  border-radius: 18px;
  cursor: pointer;
}

/* 弹出层的默认选中的样式 */
.active {
  width: 67px;
  height: 36px;
  background: #00d1a2;
  opacity: 1;
  color: white;
  border-radius: 18px;
}
.popfooterSolt {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 选择医生弹出层结束  */

/*  */
.demo-ruleForm {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cosetitle {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4949;
  opacity: 1;
  margin-bottom: 29px;
}
.footer_box {
  display: flex;
  justify-content: center;
}
.footer_box div {
  margin: 0 5px;
  width: 185px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #3ac3d7;
  opacity: 1;
  color: white;
  border-radius: 22px;
  cursor: pointer;
}
.center_list {
  width: 102px;
  height: 22px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #393939;
  opacity: 1;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.center_title {
  width: 4px;
  height: 15px;
  margin-right: 5px;
  background: #3ac3d7;
  opacity: 1;
}
.solid {
  border: 1px solid #efefef;
}
.popfooterSolt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.userInfoBox {
  display: flex;
  justify-content: space-around;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
}
.userInfoBox div {
  width: 280px;
  margin: 10px;
}
.imgs img {
  /* width: 50px !important; */
  height: auto;
}

/* 
.image-list {

  margin: 0;
  padding: 0
} */
/* 
.image-list li {
  display: inline-block;
  margin: 10px 15px 0px 0px;
  list-style: none;
  position: relative;
}

.image-list li img {
  box-shadow: 0 0 5px #333;
} */

/* .icon-remove {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #f33;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
} */
/* 
.imgs_examine_delete .image-list img {
  width: 70px !important;
  height: auto;
  padding-right: 5px;
}
.imgs_examine_delete .image-list .viewerPdf{
  width: 70px !important;
  height: auto;
  padding-right: 5px;
} */
