
body,
  html {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}

  /*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

  /*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

  /*鼠标划过(停留)的链接*/
a:hover {
    cursor: pointer;
    text-decoration: none;
}

  /* 正在点击的链接*/
a:active {
    text-decoration: none;
}
body .el-table th.gutter {
    display: table-cell !important;
}
#app .login .login_main .el-input__inner {
    width: 314px;
    height: 53px;
    background: #1f92c1;
    /* border: 2px solid #1a749b; */
    color: #fff;
    /* opacity: 1; */
    /* border-radius: 2px; */
    /* padding-left: 30px; */
    /* box-sizing: border-box; */
}
#app .login .login_main .el-form-item__label {
    color: #fff;
    line-height: 53px;
}
#app .login .login_main .el-input__inner::-moz-placeholder {
    color: #fff;
    padding-right: 50px;
    font-size: 14px;
}
#app .login .login_main .el-input__inner::placeholder {
    color: #fff;
    padding-right: 50px;
    font-size: 14px;
}
#app .login .login_main .el-input .el-input__clear,
  #app .login .login_main .el-input__prefix {
    color: #fff;
}
#app .content .item_doctor .el-menu-item-group__title{
    padding: 0 !important;
}
#app .searchline .el-form-item__content{
  display: flex;
}
#app .el-form--inline .el-form-item{
  margin: 0 10px;
}


#app .el-loading-mask .el-loading-spinner .path {
  stroke: #fff;
}
#app .el-loading-mask .el-loading-spinner .el-loading-text {
  color: #fff;
  margin: 3px 0;
  font-size: 16px;
}
#app .el-table tr:hover>td {
  background-color: rgb(212, 224, 243);
}
#app .impfont .el-form-item__label {
  color: #409EFF;
}
#app .el-input .el-input__inner {
  color: #000;
}
#app .impfont .el-form-item__label {
  font-size: 18px;
}
#app .retro_records_container .el-dialog__title {
  font-size: 24px;
}
.el-select-dropdown__item.sexcolor:nth-child(1) {
  color: #CD3333;
}
.el-select-dropdown__item.sexcolor.selected {
  color: #409EFF;
}
#app .content_nurse .el-textarea__inner {
  padding: 2px;
  box-sizing: content-box;
}
.el-message {
  top: 50% !important;
}

/* // 修改预览图片样式 */
/* .imgs_examine img {
  width: 50px !important;
  height: auto;
}

.imgs_examine_delete img {
  width: 50px !important;
  height: auto;
  padding-right: 5px;
} */
/* .imgs_examine_delete {
  display: flex;
  justify-content: flex-start;
  align-items: center;
} */

.viewer-canvas img {
  width: 25vw !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
.viewer-close{
  background-size:cover !important;
  background-color: green !important;
}
.viewer-button[data-v-4a6729ac]:before {
  bottom: 15px !important;
  left: 40px !important;
  width: 40px !important;
  height: 40px !important;
  /* background-color: red; */
}

.viewer-button {
  width: 120px !important;
  height: 120px !important;
}

.center {
  min-height: calc(100vh - 115px);
}

.userInfoBox {
  display: flex;
  width: 600px;
  justify-content: space-between;
}

.el-input--mini .el-input__inner{
  height: 40px !important;
  line-height: 40px !important;
}
.footerOk {
  width: 185px;
  height: 43px;
  line-height: 43px;
  margin-right: 10px;
  background: #3ac3d7;
  opacity: 1;
  border-radius: 22px;
  color: white;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}
.left_one .el-submenu__title {
  font-size: 18px !important;
  color: #409EFF !important;
}
