
.loginBtn {
  margin-bottom: 40px;
  /*添加css样式*/
}
.loginBtn .el-button {
  width: 50%;
  height: 39px;
  opacity: 0.8;
  background: linear-gradient(#46aef7 0%, #1dd5e6 100%);
  border-radius: 17px;
  font-size: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #ffffff;
  border: 0;
}
.loginBtn input::-webkit-outer-spin-button,
.loginBtn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.loginBtn input[type="number"] {
  -moz-appearance: textfield;
}

.anmial {
  width: 240px;
  height: 60px;
  border: 0;
  background-color: #808080;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
  animation: bottomflat 3s infinite alternate;
}
@keyframes bottomflat {
100% {
    background-color: white;
}
}

.newIndexBg[data-v-2bb73953] {
  width: 336px;
  height: 56px;
}
.number[data-v-2bb73953] {
  position: absolute;
  left: 50%;
  bottom: 20px;
}




















































































































.div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.feverIndex .makeSure .el-dialog__header {
  padding: 0 20px 0 20px;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .el-dialog {
  width: 526px;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .el-dialog__body {
  padding: 0;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .error {
  height: 221px;
  opacity: 1;
  border-radius: 30px 30px 0px 0px;
  background: #4facfe;
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.feverIndex .makeSure .error .title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.feverIndex .makeSure .error .el-form-item__label {
  color: #ffffff;
}
.feverIndex .makeSure .error .el-form-item__content {
  color: #ffffff;
}
.feverIndex .makeSure .doctorTitle {
  width: 80%;
  margin: 15px auto;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #979797;
}
.feverIndex .makeSure .doctorShow {
  width: 80%;
  margin: 15px auto;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ff3333;
}
.feverIndex .el-radio-button__inner {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4facfe;
  border: 1px solid #4facfe !important;
  width: 100%;
  height: 50px;
  line-height: 22px;
}
.feverIndex .el-radio-button {
  width: 150px;
  height: 45px;
}
.feverIndex .search .el-input__inner {
  width: 280px;
  height: 52px;
  border: 1px solid #4facfe !important;
}
.feverIndex .el-input--prefix .el-input__inner {
  width: 200px;
}
.feverIndex .el-input-group__append {
  height: 50px;
  border: 1px solid #4facfe !important;
  border-left: 0 !important;
  position: relative;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  background: #ffffff;
  color: #00f2fe;
}
.feverIndex .el-input-group__append .aInput {
  color: #00f2fe;
  font-size: 15px;
}
.feverIndex input::-webkit-outer-spin-button,
.feverIndex input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.feverIndex input[type="number"] {
  -moz-appearance: textfield !important;
}

.stage .makeSure .el-dialog__header {
  padding: 0 20px 0 20px;
  border-radius: 30px 30px 0px 0px;
}
.stage .makeSure .el-dialog {
  width: 526px;
  border-radius: 30px 30px 0px 0px;
}
.stage .makeSure .el-dialog__body {
  padding: 0;
  border-radius: 30px 30px 0px 0px;
}
.stage .makeSure .error {
  height: 221px;
  opacity: 1;
  border-radius: 30px 30px 0px 0px;
  background: #4facfe;
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.stage .makeSure .error .title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.stage .makeSure .error .el-form-item__label {
  color: #ffffff;
}
.stage .makeSure .error .el-form-item__content {
  color: #ffffff;
}
.stage .makeSure .doctorTitle {
  width: 80%;
  margin: 15px auto;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #979797;
}
.stage .makeSure .doctorShow {
  width: 80%;
  margin: 15px auto;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #FF3333;
}
.stage .el-radio-group {
  height: 96px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 16px;
}
.stage .el-radio__label {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #111111;
}
.stage .el-radio__inner {
  width: 18px;
  height: 18px;
}
.stage .el-radio__input.is-checked .el-radio__inner::after {
  content: '';
  width: 10px;
  height: 5px;
  border: 2px solid white;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  vertical-align: middle;
  transform: rotate(-45deg);
  border-radius: 0px;
  background: none;
}
.stage .el-radio__input.is-checked .el-radio__inner {
  background: linear-gradient(180deg, #4facfe 0%, #00f2fe 100%);
  border: 0;
}
.stage .el-radio__input.is-checked + .el-radio__label {
  color: #111111;
}
.stage .el-dialog__header {
  display: none;
}
.stage .el-dialog {
  position: relative;
  margin: 0 auto 50px;
  border-radius: 2px;
  box-shadow: none !important;
  box-sizing: border-box;
  width: 100%;
  margin-top: 26vh !important;
}
.stage .el-form-item {
  margin-bottom: 10px;
}
.stage .el-form-item__content {
  text-align: left;
}
.stage .avatar-uploader .el-upload {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.stage .upload {
  position: absolute;
  right: 10px;
  bottom: 16px;
}
.stage .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.stage .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}
.stage .avatar {
  width: 85px;
  height: 85px;
  display: block;
}

.feverIndex .makeSure .el-dialog__header {
  padding: 0 20px 0 20px;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .el-dialog {
  width: 526px;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .el-dialog__body {
  padding: 0;
  border-radius: 30px 30px 0px 0px;
}
.feverIndex .makeSure .error {
  height: 221px;
  opacity: 1;
  border-radius: 30px 30px 0px 0px;
  background: #4facfe;
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.feverIndex .makeSure .error .title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.feverIndex .makeSure .error .el-form-item__label {
  color: #ffffff;
}
.feverIndex .makeSure .error .el-form-item__content {
  color: #ffffff;
}
.feverIndex .makeSure .doctorTitle {
  width: 80%;
  margin: 15px auto;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #979797;
}
.feverIndex .makeSure .doctorShow {
  width: 80%;
  margin: 15px auto;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #FF3333;
}
.feverIndex .el-radio-button__inner {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4FACFE ;
  border: 1px solid #4FACFE !important;
  width: 100%;
  height: 50px;
  line-height: 22px;
}
.feverIndex .el-radio-button {
  width: 150px;
  height: 45px;
}
.feverIndex .search .el-input__inner {
  width: 280px;
  height: 52px;
  border: 1px solid #4FACFE !important;
}
.feverIndex .el-input--prefix .el-input__inner {
  width: 200px;
}
.feverIndex .el-input-group__append {
  height: 50px;
  border: 1px solid #4FACFE !important;
  border-left: 0 !important;
  position: relative;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  background: #ffffff;
  color: #00F2FE;
}
.feverIndex .el-input-group__append a {
  color: #00F2FE;
  font-size: 15px;
}

.hpMap {
  padding-top: 10px;
}
.hpMap .allHp {
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hpMap .allHp .map {
  width: 73%;
  height: 720px;
}
.hpMap .allHp .map .maps {
  width: 100%;
  height: 720px;
}
.hpMap .allHp .map .el-form-item {
  margin: 0;
}
.hpMap .allHp .map .address {
  font-size: 12px;
  font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
  font-weight: 400;
  text-align: left;
  color: #4facfe;
  height: 40px;
  width: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 20px;
}
.hpMap .allHp .map .el-form-item__content {
  line-height: 24px;
}
.hpMap .allHp .mapList {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.hpMap .allHp .mapList .title {
  width: 109px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4facfe;
  height: 24px;
  margin-bottom: 22px;
  border-bottom: 2px solid #4facfe;
  padding-bottom: 10px;
}
.hpMap .allHp .mapList .list {
  width: 100%;
  height: 650px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.hpMap .allHp .mapList .list li {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}
.hpMap .allHp .mapList .list li a p {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 10px;
  color: #000000;
}
.hpMap .allHp .mapList .list li a p .spn {
  margin-right: 10px;
}
.hpMap .allHp .mapList .list li a p .name {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.hpMap .allHp .mapList .list li a p .names {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  margin-left: 25px;
}
.hpMap .allHp .mapList .list .liActive a p {
  color: #4FACFE !important;
}

.userInfo {
  width: 1200px;
  margin: 0 auto;
}
.userInfo .title {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 600;
  text-align: justifyLeft;
  color: #000000;
  margin-top: 26px;
  margin-bottom: 28px;
}
.userInfo .el-form-item__label {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #111111;
}
.userInfo .el-form-item__content {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #111111;
}
.userInfo .allResult {
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.userInfo .allResult .el-form-item__label {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 400;
  color: #111111;
}
.userInfo .allResult .el-form-item__content {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #111111;
}
.userInfo .allResult ul li {
  list-style: none;
}
.userInfo .allResult ul li .liHead {
  width: 100%;
  height: 50px;
  opacity: 1;
  background: #e7f2ff;
  border-radius: 10px 10px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.userInfo .allResult ul li .liHead .left {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #4facfe;
  margin-left: 10px;
}
.userInfo .allResult ul li .liHead .right {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #4facfe;
  margin-right: 10px;
}

#app {
  position: relative;
  /*定位*/
  top: 10px;
  left: 10px;
  width: 200px;
  height: 200px;
  background: #666;
  /*设置一下背景*/
}
