
.forget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 30px;
}


#app .msg-text {
  display: block;
  width: 60px;
  font-size: 16px !important;
  text-align: center;
  cursor: pointer;
  height: 38px !important;
}
.msg-text.display {
  color: #ccc;
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  width: 30% !important;
  margin-left: 24px;
  border-radius: 4px;
}
.msg-text.display {
  color: #ccc;
}
.login-form .el-form-item.codeForget .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
    text-align: center;
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  width: 30% !important;
  margin-left: 24px;
  border-radius: 4px;
}
.msg-text.display {
  color: #ccc;
}
.login-form .el-form-item.registerCode .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.item-xieyi {
  margin-bottom: 0;
  margin-top: -13px;
}
.xieyi {
  color: #393939;
}
.xieyi a {
  color: #37a0ff !important;
  text-decoration: underline;
}

@charset "UTF-8";
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.forget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 30px;
  cursor: pointer;
  margin-top: 12px;
}
.forget:hover {
  color: #e48c3d;
}
.login-weaper {
  margin: 0 auto;
  width: 603px;
  border-radius: 20px;
  -webkit-box-shadow: #e0e0e0 0px 0px 10px;
  box-shadow: #e0e0e0 0px 0px 10px;
  background-size: 100% 100%;
}
.login-weaper .el-input-group__append {
    border: none;
}
.login-left,
.login-border {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  float: left;
  width: 48%;
  position: relative;
  background-size: cover;
}
.login-line {
  position: absolute;
  top: 67px;
  left: 57px;
  width: 51px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
}
.login-con {
  position: absolute;
  top: 89px;
  left: 57px;
  width: 450px;
  height: 56px;
  font-size: 32px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  background-color: white;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 68%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #c09351;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-menu a {
    color: #999;
    font-size: 12px;
    margin: 0px 8px;
}
.login-submit {
  border-radius: 4px;
  width: 100%;
  height: 45px;
  border: 1px solid #c09351;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  cursor: pointer;
  margin-top: 30px;
  font-family: 'neo';
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-left: 0 !important;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
    color: #d0d0d0;
}
.login-form .el-form-item__content {
    width: 100%;
}
.login-form .el-form-item {
    margin-bottom: 28px;
}
.login-form .el-input input:-internal-autofill-selected {
    background-color: white !important;
}
.login-form .el-input input {
    text-indent: 5px;
    background: transparent;
    height: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #101010;
}
.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-size: 16px !important;
}
.msg-text {
  color: #c09351;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
}
.login-bottom {
  position: fixed;
  bottom: 61px;
  width: 393px;
  margin-left: calc(50% - 197px);
}
.login-bottom p {
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    text-align: center;
    line-height: 22px;
}
.login-bottom div {
    text-align: center;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #a6a6a6;
    line-height: 25px;
}
#app input::-webkit-input-placeholder {
  /* placeholder颜色 */
  /* placeholder字体大小 */
  font-size: 16px !important;
}
#app .fts-20px {
  font-size: 20px !important;
}
#app .login-form .el-input__suffix-inner {
  font-size: 12px !important;
}
.login-container .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background: #594134;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container .header .line {
  width: 2px;
  height: 50px;
  display: block;
  background-color: white;
  margin: 0 20px;
}
#app .login-container .header .name {
  height: 38px;
  font-size: 28px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 1px;
}
.login-container .content {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
#app .login-form .el-input__suffix-inner i {
  font-size: 12px !important;
}

.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
    margin-bottom: 8px;
    color: #333;
}
.lock-container::before {
  z-index: -999;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}

.error-page[data-v-1845bf6d] {
  background: #f7f7f7;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.error-page[data-v-1837a7ec] {
  background: #f7f7f7;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.error-page[data-v-4cf39caa] {
  background: #f7f7f7;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.print-content {
  position: absolute;
  z-index: -2;
  top: -1000px;
}
.print-content .printObjNbCFOne {
    position: absolute;
    font-family: 'STHeiti';
    font-weight: 300;
    z-index: -100;
    width: 100%;
    font-size: 16px;
}
.print-content .printObjNbCFOne .header-title {
      text-align: center;
      font-size: 22px;
      line-height: 30px;
}
.print-content .printObjNbCFOne .header-span-title {
      text-align: center;
      font-size: 22px;
      line-height: 30px;
}
.print-content .printObjNbCFOne .space20 {
      width: 90%;
      height: 20px;
}
.print-content .printObjNbCFOne .space40 {
      width: 100%;
      height: 40px;
}
.print-content .printObjNbCFOne .one-content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-top: 1px dotted #000000;
      border-bottom: 1px dotted #000000;
      padding: 10px 0;
      line-height: 30px;
}
.print-content .printObjNbCFOne .one-content .content-item {
        width: 235px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
}
.print-content .printObjNbCFOne .tcm {
      width: 100%;
      line-height: 27px;
}
.print-content .printObjNbCFOne .tcm .tcm-content {
        width: 100%;
}
.print-content .printObjNbCFOne .tcm .tcm-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
}
.print-content .printObjNbCFOne .tcm .tcm-title > div:nth-child(1) {
          text-align: left;
}
.print-content .printObjNbCFOne .tcm .tcm-left-margin-1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 50px;
}
.print-content .printObjNbCFOne .tcm .tcm-left-margin-1 > div {
          margin-right: 100px;
}
.print-content .printObjNbCFOne .tcm .tcm-left-margin-1 .tcm-right {
          font-weight: normal;
}
.print-content .printObjNbCFOne .tcm .tcm-left-1 {
        width: 100%;
        padding-left: 50px;
}
.print-content .printObjNbCFOne .qt-yao {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 50px;
      line-height: 27px;
}
.print-content .printObjNbCFOne .qt-yao > div {
        width: 220px;
        margin-right: 100px;
}
.print-content .printObjNbCFOne .footer-1 span {
      display: inline-block;
      text-align: left;
}
.print-content .printObjNbCFOne .footer1-1 {
      width: 100%;
}
.print-content .printObjNbCFThree {
    position: absolute;
    z-index: -1;
    font-family: 'STHeiti';
    font-weight: 300;
}
.print-content .printObjNbCFThree .header-title {
      text-align: center;
      font-size: 20px;
      color: #000000;
      line-height: 30px;
}
.print-content .printObjNbCFThree .header-span-title {
      text-align: center;
      font-size: 20px;
      color: #000000;
      line-height: 20px;
      margin-bottom: 10px;
}
.print-content .printObjNbCFThree .name {
      width: 100%;
      font-size: 13px;
      margin: 0;
      padding: 0;
      line-height: 16px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.print-content .printObjNbCFThree .name .three-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.print-content .printObjNbCFThree .name .three-item .tlabel-content {
          font-weight: normal;
}
.print-content .printObjNbCFThree .content {
      width: 100%;
      font-size: 13px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 30px;
      color: #000000;
}
.print-content .printObjNbCFThree .content .three-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.print-content .printObjNbCFThree .content .three-content .three-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
}
.print-content .printObjNbCFThree .content .three-content .three-item .label {
            text-align: left;
}
.print-content .printObjNbCFThree .content .three-content .three-item .label-content {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 16px;
            font-weight: normal;
}
.print-content .printObjNbCFThree .content .three-line {
        width: 100%;
        display: inline-block;
        min-height: 20px;
}
.print-content .printObjNbCFThree .content .three-line div {
          display: inline-block;
}
.print-content .printObjNbCFThree .content .three-line .label {
          text-align: left;
}
.print-content .printObjNbCFThree .content .three-line .label-content {
          min-height: 20px;
          font-weight: normal;
}
.print-content .printObjNbCFThree .content .three-line .label-content span {
            font-weight: normal;
}
.print-content .printObjNbCFThree .content .space50 {
        width: 100%;
        height: 10px;
}
.print-content .printObjNbCFThree .content .tcm {
        width: 100%;
}
.print-content .printObjNbCFThree .content .tcm .tcm-content {
          width: 100%;
}
.print-content .printObjNbCFThree .content .tcm .tcm-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
}
.print-content .printObjNbCFThree .content .tcm .tcm-title > div:nth-child(1) {
            text-align: left;
}
.print-content .printObjNbCFThree .content .tcm .tcm-left-margin-1 {
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 1px 0;
          padding: 1px 0;
}
.print-content .printObjNbCFThree .content .tcm .tcm-left-1 {
          width: 100%;
}
.print-content .printObjNbCFThree .content .qt-yao1 {
        padding: 0;
        margin: 0;
}
.print-content .printObjNbCFThree .content .qt-yao1 > div {
          padding: 0;
          margin: 0;
}
.print-content .printObjNbCFThree .content .title-left-70 {
        text-align: left;
}
.print-content .printObjNbCFThree .content .footer-1 {
        font-size: 12px;
        line-height: 20px;
}
.print-content .printObjNbCFThree .content .footer-1 span {
          display: inline-block;
          text-align: left;
}
.print-content .printObjNbCFThree .content .footer1-1 {
        font-size: 12px;
        width: 100%;
        line-height: 20px;
}
.print-content .printObjNbCFThree .footer-4-tab {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.print-content .printObjNbCFThree .footer-4-tab div {
        width: 25%;
}

.print-content {
  position: absolute;
  z-index: -1;
  top: -1000px;
}
.print-content .printObjNbSFOne {
    position: absolute;
    z-index: -1;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    font-family: 'STHeiti';
    font-weight: 300;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 30px;
}
.print-content .printObjNbSFOne .ttitle {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      text-align: center;
}
.print-content .printObjNbSFOne .span-title {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      text-align: center;
      padding-bottom: 20px;
}
.print-content .printObjNbSFOne .content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-top: 1px dotted #000000;
      border-bottom: 1px dotted #000000;
      padding: 10px 0;
      line-height: 30px;
}
.print-content .printObjNbSFOne .content .content-item {
        width: 33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.print-content .printObjNbSFOne .yao-content {
      width: 100%;
      padding: 10px 0;
}
.print-content .printObjNbSFOne .yao-content .yao-content-title {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.print-content .printObjNbSFOne .yao-content .yao-content-title > div {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: center;
}
.print-content .printObjNbSFOne .footer-content {
      width: 100%;
      border-top: 1px dotted #000000;
      border-bottom: 1px dotted #000000;
      padding: 10px 0;
}
.print-content .printObjNbSFOne .footer-content > div:last-child {
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
}
.print-content .printObjNbSFOne .footer-content .footer-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.print-content .printObjNbSFOne .footer {
      width: 100%;
      margin-top: 100px;
      line-height: normal;
}
.print-content .printObjNbSFThree {
    position: absolute;
    z-index: -1;
    font-family: 'STHeiti';
    font-weight: 300;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 30px;
}
.print-content .printObjNbSFThree .ttitle {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      text-align: center;
}
.print-content .printObjNbSFThree .span-title {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      text-align: center;
      padding-bottom: 20px;
}
.print-content .printObjNbSFThree .content {
      width: 100%;
      border-top: 1px dotted #000000;
      border-bottom: 1px dotted #000000;
      line-height: 30px;
}
.print-content .printObjNbSFThree .yao-content {
      width: 100%;
}
.print-content .printObjNbSFThree .yao-content .yao-content-title {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        line-height: normal;
        padding: 5px 0;
}
.print-content .printObjNbSFThree .yao-content .yao-content-title > div {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: center;
}
.print-content .printObjNbSFThree .yao-content .yao-content-title > div:first-child {
          text-align: left;
}
.print-content .printObjNbSFThree .footer-content {
      width: 100%;
      border-top: 1px dotted #000000;
      border-bottom: 1px dotted #000000;
}
.print-content .printObjNbSFThree .footer-content > div:last-child {
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
}
.print-content .printObjNbSFThree .footer-content .footer-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.print-content .printObjNbSFThree .footer {
      width: 100%;
      margin-top: 100px;
      line-height: normal;
}

.basic[data-v-4941bcf6] {
  width: 1743px;
  background: #f5f5f5;
  padding: 21px;
}
.basic .info[data-v-4941bcf6] {
    height: 25px;
    font-size: 16px;
    color: #353535;
    line-height: 25px;
}
.basic .info span[data-v-4941bcf6] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #353535;
      line-height: 25px;
}
.basic .center[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
.project[data-v-4941bcf6] {
  margin-top: 40px;
}
.other[data-v-4941bcf6] {
  margin-bottom: 100px;
}
.other .express[data-v-4941bcf6] {
    padding-left: 40px;
}
.con[data-v-4941bcf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.bottom[data-v-4941bcf6] {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 38px);
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  height: 68px;
  left: 16px;
  background: #ffffff;
}
.bottom div[data-v-4941bcf6] {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #282828;
    line-height: 45px;
}
.title[data-v-4941bcf6] {
  margin-bottom: 17px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.title .one[data-v-4941bcf6] {
    margin-right: 10px;
    color: #0ea3ea;
    font-size: 16px;
}
.title .line[data-v-4941bcf6] {
    margin-right: 11px;
    width: 5px;
    height: 17px;
    background: #e48c3d;
}
.title .right[data-v-4941bcf6] {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title .right .tip[data-v-4941bcf6] {
      width: 100px;
      height: 36px;
      border: 1px solid #656565;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #656565;
      line-height: 36px;
      cursor: pointer;
}
.title .right .tip1[data-v-4941bcf6] {
      color: #cc9542;
      border: 1px solid #cc9542;
}
.detail[data-v-4941bcf6] {
  padding-left: 20px;
}
.detail .center[data-v-4941bcf6] {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
}
.detail .center .img[data-v-4941bcf6] {
      vertical-align: sub;
      margin: 0 10px;
}
.detail .title1[data-v-4941bcf6] {
    width: 1283px;
    height: 53px;
    background: #f7f7f7;
    line-height: 53px;
}
.detail .title1 .img[data-v-4941bcf6] {
      vertical-align: sub;
      margin: 0 10px;
}
.detail .title2[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
.detail .title2 .one[data-v-4941bcf6] {
      margin-right: 10px;
      color: #0ea3ea;
      font-size: 16px;
}
.detail .content[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
}
.detail .content p[data-v-4941bcf6] {
      width: 33%;
      margin: 0;
      padding: 0;
      font-size: 18px;
      margin-bottom: 15px;
}
.detail .one[data-v-4941bcf6] {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    line-height: 25px;
}
.detail .two[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
}
.detail .two p[data-v-4941bcf6] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 25px;
}
.detail .two p span[data-v-4941bcf6] {
        height: 25px;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
        line-height: 25px;
}
.cost[data-v-4941bcf6] {
  margin-left: 20px;
}
.cost .tit[data-v-4941bcf6] {
    height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    line-height: 33px;
}
.cost .tit span[data-v-4941bcf6] {
      height: 33px;
      font-size: 20px;
      font-weight: bold;
      color: #ed282a;
      line-height: 33px;
      letter-spacing: 1px;
}
.cost .tit1[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.cost .tit1 p[data-v-4941bcf6] {
      margin: 0;
      width: 80px;
      height: 42px;
      font-size: 16px;
      font-family: PingFang-SC-Medium, PingFang-SC;
      font-weight: 500;
      color: #101010;
      line-height: 42px;
      text-align: right;
}
.cost .tit1[data-v-4941bcf6] .el-input__icon {
      font-style: initial;
      color: #282828;
      margin-left: 6px;
}
.choose[data-v-4941bcf6] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose p[data-v-4941bcf6] {
    width: 180px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 22px;
}
.choose .accounts[data-v-4941bcf6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.choose .accounts .account[data-v-4941bcf6] {
      position: relative;
      width: 196px;
      height: 42px;
      background: #f5f5f5;
      border-radius: 4px;
      margin: 5px;
      font-size: 16px;
      color: #535353;
      border: 2px solid #f5f5f5;
      line-height: 42px;
}
.choose .accounts .account img[data-v-4941bcf6] {
        width: 26px;
        height: 26px;
        vertical-align: middle;
        margin: 0 8px 0 13px;
}
.choose .accounts .account .chooseImg1[data-v-4941bcf6] {
        display: none;
}
.choose .accounts .account .chooseImg[data-v-4941bcf6] {
        position: absolute;
        display: block;
        width: 21px;
        height: 25px;
        right: -2px;
        bottom: -2px;
        margin: 0;
}
.choose .accounts .checked[data-v-4941bcf6] {
      border-radius: 4px;
      border: 2px solid #cc9542;
      color: #cc9542;
}
.total[data-v-4941bcf6] {
  min-height: 400px;
}
.total .instructions[data-v-4941bcf6] {
    margin-left: 50px;
    height: 28px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #282828;
    line-height: 28px;
}
.total .instructions1[data-v-4941bcf6] {
    margin: 5px 0 10px 50px;
    height: 25px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 300;
    color: #757575;
    line-height: 25px;
}
.total .instructions1 span[data-v-4941bcf6] {
      color: #282828;
}
.print[data-v-4941bcf6] {
  position: absolute;
  bottom: 0;
  left: 0;
}

@charset "UTF-8";
.basic[data-v-dee2be08] {
  width: 1743px;
  background: #f5f5f5;
  padding: 21px;
}
.basic .info[data-v-dee2be08] {
    height: 25px;
    font-size: 16px;
    color: #353535;
    line-height: 25px;
}
.basic .info span[data-v-dee2be08] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #353535;
      line-height: 25px;
}
.basic .center[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
.project[data-v-dee2be08] {
  margin-top: 40px;
}
.other[data-v-dee2be08] {
  margin-bottom: 130px;
}
.other .express[data-v-dee2be08] {
    padding-left: 40px;
}
.con[data-v-dee2be08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.bottom[data-v-dee2be08] {
  position: absolute;
  bottom: 23px;
  width: calc(100% - 38px);
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  height: 68px;
  left: 16px;
  background: #ffffff;
}
.bottom div[data-v-dee2be08] {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #282828;
    line-height: 45px;
}
.title[data-v-dee2be08] {
  margin-bottom: 17px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .line[data-v-dee2be08] {
    margin-right: 11px;
    width: 5px;
    height: 17px;
    background: #e48c3d;
}
.title .one[data-v-dee2be08] {
    margin-right: 10px;
    color: #0ea3ea;
    font-size: 16px;
}
.main-color[data-v-dee2be08] {
  color: #0ea3ea !important;
}
.detail[data-v-dee2be08] {
  padding-left: 20px;
}
.detail .center[data-v-dee2be08] {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
}
.detail .center .img[data-v-dee2be08] {
      vertical-align: sub;
      margin: 0 10px;
}
.detail .title1[data-v-dee2be08] {
    width: 1283px;
    height: 53px;
    background: #f7f7f7;
    line-height: 53px;
}
.detail .title1 .img[data-v-dee2be08] {
      vertical-align: sub;
      margin: 0 10px;
}
.detail .title2[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
.detail .title2 .one[data-v-dee2be08] {
      margin-right: 10px;
      color: #0ea3ea;
      font-size: 16px;
}
.detail .content[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
}
.detail .content p[data-v-dee2be08] {
      width: 33%;
      margin: 0;
      padding: 0;
      font-size: 18px;
      margin-bottom: 15px;
}
.detail .one[data-v-dee2be08] {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    line-height: 25px;
}
.detail .two[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
}
.detail .two p[data-v-dee2be08] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 25px;
}
.detail .two p span[data-v-dee2be08] {
        height: 25px;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
        line-height: 25px;
}
.cost[data-v-dee2be08] {
  margin-left: 20px;
}
.cost .tit[data-v-dee2be08] {
    height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    line-height: 33px;
}
.cost .tit span[data-v-dee2be08] {
      height: 33px;
      font-size: 20px;
      font-weight: bold;
      color: #ed282a;
      line-height: 33px;
      letter-spacing: 1px;
}
.cost .tit1[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.cost .tit1 p[data-v-dee2be08] {
      margin: 0;
      width: 80px;
      height: 42px;
      font-size: 16px;
      font-family: PingFang-SC-Medium, PingFang-SC;
      font-weight: 500;
      color: #101010;
      line-height: 42px;
      text-align: right;
}
.cost .tit1[data-v-dee2be08] .el-input__icon {
      font-style: initial;
      color: #282828;
      margin-left: 6px;
}
.choose[data-v-dee2be08] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose p[data-v-dee2be08] {
    width: 180px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 22px;
}
.choose .accounts[data-v-dee2be08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.choose .accounts .account[data-v-dee2be08] {
      position: relative;
      width: 196px;
      height: 42px;
      background: #f5f5f5;
      border-radius: 4px;
      margin: 5px;
      font-size: 16px;
      color: #535353;
      border: 2px solid #f5f5f5;
      line-height: 42px;
}
.choose .accounts .account img[data-v-dee2be08] {
        width: 26px;
        height: 26px;
        vertical-align: middle;
        margin: 0 8px 0 13px;
}
.choose .accounts .account .chooseImg1[data-v-dee2be08] {
        display: none;
}
.choose .accounts .account .chooseImg[data-v-dee2be08] {
        position: absolute;
        display: block;
        width: 21px;
        height: 25px;
        right: -2px;
        bottom: -2px;
        margin: 0;
}
.choose .accounts .checked[data-v-dee2be08] {
      border-radius: 4px;
      border: 2px solid #cc9542;
      color: #cc9542;
}
.check[data-v-dee2be08] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.check1[data-v-dee2be08] {
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 999;
  cursor: pointer;
}
[data-v-dee2be08] .el-radio__label {
  font-size: 16px;
}
[data-v-dee2be08] .el-checkbox__label {
  font-size: 16px;
}
[data-v-dee2be08] .el-input-group__append {
  color: #606266;
  background: #f4f5f5;
}

/**会员卡 */
.pine-member[data-v-dee2be08] {
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#fcf4e0), to(#f5deb1));
  background: linear-gradient(90deg, #fcf4e0 0%, #f5deb1 100%);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pine-member img[data-v-dee2be08] {
    width: 28px;
}
.pine-member .patient-info[data-v-dee2be08] {
    margin-right: 50px;
}
.left[data-v-dee2be08] {
  width: 30%;
  padding-left: 60px;
  font-size: 16px;
}
.left .top[data-v-dee2be08] {
    width: 100%;
    height: 150px;
}
.left .left-bottom[data-v-dee2be08] {
    width: 100%;
    height: 150px;
    border-top: 1px solid #ccc;
}
.right[data-v-dee2be08] {
  width: 55%;
  border-left: 1px solid #ccc;
}
.right .right-type[data-v-dee2be08] {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.right .right-type[data-v-dee2be08] .el-form-item__content {
      width: 77%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.right .right-type[data-v-dee2be08] .el-radio {
      width: 50%;
      margin-right: 0;
      height: 40px;
}
.right .right-type[data-v-dee2be08] .el-radio img {
        vertical-align: middle;
}
.right[data-v-dee2be08] .deal-money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.right[data-v-dee2be08] .deal-money .el-form-item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.right[data-v-dee2be08] .deal-money .el-form-item__content .deal-money-amount {
        width: 120px;
}
.save-money[data-v-dee2be08] .el-dialog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-btn .more-btn-three[data-v-dee2be08] {
  width: 50px;
  height: 0;
  overflow: hidden;
}
.more-btn[data-v-dee2be08]:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-btn:hover .more-btn-three[data-v-dee2be08] {
    width: 90px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.btno2[data-v-dee2be08] {
  margin-left: 30px;
}
[data-v-dee2be08] .btno2.el-form-item {
  width: 90%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
[data-v-dee2be08] .btno2.el-form-item .el-form-item__content {
    width: 77% !important;
}
.btno3.el-form-item[data-v-dee2be08] {
  margin-bottom: 2px;
  margin-left: 30px;
}
.line[data-v-dee2be08] {
  width: 180px;
  height: 1px;
  background: #ccc;
  margin-left: 30px;
}
.line2[data-v-dee2be08] {
  width: 100%;
  border-bottom: 1px dashed #ccc;
}

.basic[data-v-dec68f06] {
  width: 1743px;
  background: #f5f5f5;
  padding: 21px;
}
.basic .info[data-v-dec68f06] {
    height: 25px;
    font-size: 16px;
    color: #353535;
    line-height: 25px;
}
.basic .info span[data-v-dec68f06] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #353535;
      line-height: 25px;
}
.basic .center[data-v-dec68f06] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
.project[data-v-dec68f06] {
  margin-top: 40px;
}
.other[data-v-dec68f06] {
  margin-bottom: 100px;
}
.other .express[data-v-dec68f06] {
    padding-left: 40px;
}
.con[data-v-dec68f06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.title[data-v-dec68f06] {
  margin-bottom: 17px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .one[data-v-dec68f06] {
    margin-right: 10px;
    color: #0ea3ea;
    font-size: 16px;
}
.title .line[data-v-dec68f06] {
    margin-right: 11px;
    width: 5px;
    height: 17px;
    background: #e48c3d;
}
.detail[data-v-dec68f06] {
  padding-left: 20px;
}
.detail .one[data-v-dec68f06] {
    height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    line-height: 25px;
}
.detail .two[data-v-dec68f06] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.detail .two p[data-v-dec68f06] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 25px;
}
.detail .two p span[data-v-dec68f06] {
        height: 25px;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
        line-height: 25px;
}
.cost[data-v-dec68f06] {
  margin-left: 20px;
}
.cost .tit[data-v-dec68f06] {
    height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    line-height: 33px;
}
.cost .tit span[data-v-dec68f06] {
      height: 33px;
      font-size: 20px;
      font-weight: bold;
      color: #ed282a;
      line-height: 33px;
      letter-spacing: 1px;
}
.cost .tit1[data-v-dec68f06] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.cost .tit1 p[data-v-dec68f06] {
      margin: 0;
      width: 80px;
      height: 42px;
      font-size: 16px;
      font-family: PingFang-SC-Medium, PingFang-SC;
      font-weight: 500;
      color: #101010;
      line-height: 42px;
      text-align: right;
}
.cost .tit1[data-v-dec68f06] .el-input__icon {
      font-style: initial;
      color: #282828;
      margin-left: 6px;
}
.money[data-v-dec68f06] {
  position: relative;
  margin-bottom: 100px;
}
.money .exit[data-v-dec68f06] {
    position: absolute;
    top: 0;
    right: 0;
    color: #282828;
    font-weight: bold;
}
.money .exit span[data-v-dec68f06] {
      font-weight: 400;
      color: #ff0000;
}
.bottom[data-v-dec68f06] {
  position: absolute;
  bottom: 16px;
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  width: calc(100% - 28px);
  z-index: 99;
  left: 10px;
  background: #ffffff;
  text-align: center;
  padding: 16px 0;
}
.check[data-v-dec68f06] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.check1[data-v-dec68f06] {
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 999;
  cursor: pointer;
}

.basic[data-v-deaa6004] {
  width: 1743px;
  background: #f5f5f5;
  padding: 21px;
}
.basic .info[data-v-deaa6004] {
    height: 25px;
    font-size: 16px;
    color: #353535;
    line-height: 25px;
}
.basic .info span[data-v-deaa6004] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #353535;
      line-height: 25px;
}
.basic .center[data-v-deaa6004] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
.project[data-v-deaa6004] {
  margin-top: 40px;
}
.other[data-v-deaa6004] {
  margin-bottom: 100px;
}
.other .express[data-v-deaa6004] {
    padding-left: 40px;
}
.con[data-v-deaa6004] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.bottom[data-v-deaa6004] {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 38px);
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  height: 68px;
  left: 16px;
  background: #ffffff;
}
.bottom div[data-v-deaa6004] {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #282828;
    line-height: 45px;
}
.title[data-v-deaa6004] {
  margin-bottom: 17px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .line[data-v-deaa6004] {
    margin-right: 11px;
    width: 5px;
    height: 17px;
    background: #e48c3d;
}
.detail[data-v-deaa6004] {
  padding-left: 20px;
}
.detail .one[data-v-deaa6004] {
    height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    line-height: 25px;
}
.detail .two[data-v-deaa6004] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.detail .two p[data-v-deaa6004] {
      height: 25px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 25px;
}
.detail .two p span[data-v-deaa6004] {
        height: 25px;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
        line-height: 25px;
}
.cost[data-v-deaa6004] {
  margin-left: 20px;
}
.cost .tit[data-v-deaa6004] {
    height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    line-height: 33px;
}
.cost .tit span[data-v-deaa6004] {
      height: 33px;
      font-size: 20px;
      font-weight: bold;
      color: #ed282a;
      line-height: 33px;
      letter-spacing: 1px;
}
.cost .tit1[data-v-deaa6004] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.cost .tit1 p[data-v-deaa6004] {
      margin: 0;
      width: 80px;
      height: 42px;
      font-size: 16px;
      font-family: PingFang-SC-Medium, PingFang-SC;
      font-weight: 500;
      color: #101010;
      line-height: 42px;
      text-align: right;
}
.cost .tit1[data-v-deaa6004] .el-input__icon {
      font-style: initial;
      color: #282828;
      margin-left: 6px;
}
.choose[data-v-deaa6004] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose p[data-v-deaa6004] {
    width: 180px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    line-height: 22px;
}
.choose .accounts[data-v-deaa6004] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.choose .accounts .account[data-v-deaa6004] {
      position: relative;
      width: 196px;
      height: 42px;
      background: #f5f5f5;
      border-radius: 4px;
      margin: 5px;
      font-size: 16px;
      color: #535353;
      border: 2px solid #f5f5f5;
      line-height: 42px;
}
.choose .accounts .account img[data-v-deaa6004] {
        width: 26px;
        height: 26px;
        vertical-align: middle;
        margin: 0 8px 0 13px;
}
.choose .accounts .account .chooseImg1[data-v-deaa6004] {
        display: none;
}
.choose .accounts .account .chooseImg[data-v-deaa6004] {
        position: absolute;
        display: block;
        width: 21px;
        height: 25px;
        right: -2px;
        bottom: -2px;
        margin: 0;
}
.choose .accounts .checked[data-v-deaa6004] {
      border-radius: 4px;
      border: 2px solid #cc9542;
      color: #cc9542;
}
[data-v-deaa6004] .el-radio__label {
  font-size: 16px;
}
[data-v-deaa6004] .el-checkbox__label {
  font-size: 16px;
}

@charset "UTF-8";
.dialog-footer[data-v-5e50c1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.dialog-footer .print-footer[data-v-5e50c1b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dialog-footer .print-footer img[data-v-5e50c1b4] {
      width: 16px;
      margin-right: 10px;
}
p[data-v-5e50c1b4] {
  margin: 0;
  padding: 0;
}
.content[data-v-5e50c1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 28px 28px 15px 28px;
}
.content .left[data-v-5e50c1b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left p[data-v-5e50c1b4] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-5e50c1b4] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .right[data-v-5e50c1b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .right p[data-v-5e50c1b4] {
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
      margin-left: 10px;
}
.content .right .print-font[data-v-5e50c1b4] {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right .red-font[data-v-5e50c1b4] {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right .white-font[data-v-5e50c1b4] {
      border: 1px solid #cc9542;
      color: white;
      background: #cc9542;
}
.content .right .right1[data-v-5e50c1b4] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-5e50c1b4] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-5e50c1b4] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-5e50c1b4] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-5e50c1b4] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .edit[data-v-5e50c1b4] {
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff;
    line-height: 21px;
    margin-left: 7px;
    cursor: pointer;
}
.title .type[data-v-5e50c1b4] {
    width: 80px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-5e50c1b4] {
  margin-bottom: 30px;
}
.prescription .con[data-v-5e50c1b4] {
    margin: 0;
    margin-left: 30px;
}
.prescription .con p[data-v-5e50c1b4] {
      margin-bottom: 8px;
}
.prescription .list[data-v-5e50c1b4] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prescription .list .all[data-v-5e50c1b4] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-5e50c1b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-5e50c1b4] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-5e50c1b4] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-5e50c1b4] {
    margin-left: 30px;
    width: 1300px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-5e50c1b4] {
  margin-bottom: 30px;
}
.cost_detail[data-v-5e50c1b4] {
  margin-bottom: 50px;
}
.trialOrder[data-v-5e50c1b4] {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-5e50c1b4] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-5e50c1b4] {
    color: #101010;
    font-weight: 500;
}

/**配伍禁忌 */
[data-v-5e50c1b4] em {
  font-style: normal;
  color: #303133 !important;
}
.taboo-tip[data-v-5e50c1b4] {
  padding: 20px 10px;
  padding-bottom: 0;
  background: #fefbe6;
  border-radius: 5px;
  border: 1px solid #faae15;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tip-content[data-v-5e50c1b4] {
  margin-left: 7px;
}
.tip-content[data-v-5e50c1b4] span {
    line-height: 36px;
}

p[data-v-5d82ea89] {
  margin: 0;
  padding: 0;
}
.content[data-v-5d82ea89] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 28px 28px 15px 28px;
}
.content .left[data-v-5d82ea89] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left p[data-v-5d82ea89] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-5d82ea89] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .right[data-v-5d82ea89] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .right .print-font[data-v-5d82ea89] {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right .red-font[data-v-5d82ea89] {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right .white-font[data-v-5d82ea89] {
      border: 1px solid #cc9542;
      color: white;
      background: #cc9542;
}
.content .right p[data-v-5d82ea89] {
      height: 36px;
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
}
.content .right p[data-v-5d82ea89]:nth-child(1) {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right p[data-v-5d82ea89]:nth-child(2) {
      border: 1px solid #a0a0a0;
      color: #0a0808;
      padding: 0 10px;
}
.content .right p[data-v-5d82ea89]:nth-child(2):hover {
      border: 1px solid #cc9542;
      color: #cc9542;
      padding: 0 10px;
}
.content .right p[data-v-5d82ea89]:nth-child(3) {
      border: 1px solid #cc9542;
      color: white;
      width: 99px;
      height: 36px;
      background: #cc9542;
      margin-left: 10px;
}
.content .right .right1[data-v-5d82ea89] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-5d82ea89] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-5d82ea89] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-5d82ea89] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-5d82ea89] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .edit[data-v-5d82ea89] {
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff;
    line-height: 21px;
    margin-left: 7px;
    cursor: pointer;
}
.title .type[data-v-5d82ea89] {
    width: 80px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-5d82ea89] {
  margin-bottom: 30px;
}
.prescription .con[data-v-5d82ea89] {
    margin: 0;
    margin-left: 30px;
}
.prescription .con p[data-v-5d82ea89] {
      margin-bottom: 8px;
}
.prescription .list[data-v-5d82ea89] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prescription .list .all[data-v-5d82ea89] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-5d82ea89] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-5d82ea89] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-5d82ea89] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-5d82ea89] {
    margin-left: 30px;
    margin-bottom: 20px;
    width: 1300px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-5d82ea89] {
  margin-bottom: 30px;
}
.cost_detail[data-v-5d82ea89] {
  margin-bottom: 50px;
}
.trialOrder[data-v-5d82ea89] {
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-5d82ea89] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-5d82ea89] {
    color: #101010;
    font-weight: 500;
}
.edit1[data-v-5d82ea89] {
  height: 21px;
  font-size: 15px;
  font-weight: 500;
  color: #027aff !important;
  line-height: 21px;
  margin-left: 7px;
  cursor: pointer;
}
fieldset[data-v-5d82ea89] {
  border: 1px solid #dedede;
}
legend[data-v-5d82ea89] {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #323233;
  line-height: 25px;
}
.info[data-v-5d82ea89] {
  margin-top: 22px;
}
.info .left[data-v-5d82ea89] {
    line-height: 40px;
    font-weight: 500;
    color: #323233;
}
.order[data-v-5d82ea89] {
  height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #323233;
  line-height: 25px;
  margin-bottom: 30px;
  margin-left: 40px;
}
.sort[data-v-5d82ea89] .el-timeline-item__content {
  font-size: 15px;
  color: #282828;
}
.sort[data-v-5d82ea89] .el-timeline-item__timestamp {
  font-size: 14px;
  color: #989898;
}
.expressInfo1[data-v-5d82ea89] {
  position: relative;
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expressInfo1 .expressInfo[data-v-5d82ea89] {
    width: 190px;
}
.expressInfo1 .edit2[data-v-5d82ea89] {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff !important;
    line-height: 21px;
    cursor: pointer;
}
.dialog-footer[data-v-5d82ea89] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.dialog-footer .print-footer[data-v-5d82ea89] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dialog-footer .print-footer img[data-v-5d82ea89] {
      width: 16px;
      margin-right: 10px;
}

@charset "UTF-8";
ul[data-v-0853f555],
li[data-v-0853f555] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.cur[data-v-0853f555] {
  cursor: pointer !important;
}
.flexnowarp[data-v-0853f555] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-end[data-v-0853f555] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tocolor[data-v-0853f555] {
  color: #e48c3d;
}
.cur[data-v-0853f555] {
  cursor: pointer;
}
[data-v-0853f555] .input-width {
  width: 80px !important;
}
[data-v-0853f555] .input-width /deep/ .el-input__inner {
    width: 80px !important;
}
[data-v-0853f555] .noborder .el-input__inner {
  border-top: 1px solid #f8f8f8;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  background: #f8f8f8;
  border-radius: 0;
  height: 41px;
  /*outline: medium;*/
}
.shengcheng[data-v-0853f555] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}
.shengcheng .flex[data-v-0853f555] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.shengcheng .showchfang[data-v-0853f555] {
    min-width: 30px;
    padding: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shengcheng .showchfang[data-v-0853f555] .med-name {
      margin: 0 13px;
      height: 27px;
      line-height: 27px;
      text-align: center;
}
.shengcheng .showchfang[data-v-0853f555] .med-num {
      margin: 0 13px;
      height: 27px;
      line-height: 27px;
      text-align: center;
}
.chines-yinpian[data-v-0853f555] {
  width: 100%;
  min-height: 240px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
}
.chines-yinpian .topone[data-v-0853f555] {
    width: 100%;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
}
.chines-yinpian .topone .med[data-v-0853f555] {
      width: 100%;
      min-height: 0;
}
.chines-yinpian .topone .input-med[data-v-0853f555] {
      margin: 10px 0;
}
.chines-yinpian .topone .input-med img[data-v-0853f555] {
        margin: 0 5px;
        margin-bottom: 2px;
        vertical-align: middle;
}
.chines-yinpian .topone .input-med .med-name[data-v-0853f555] {
        min-width: 20px;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #e48c3d;
        text-decoration: underline;
        white-space: nowrap;
        /*设置内容不换行*/
        text-overflow: ellipsis;
        /*设置文字超出文本框的内容显示成...*/
        overflow: hidden;
        /*超出部分隐藏*/
}
.chines-yinpian .topone .input-med .med-name-empt[data-v-0853f555] {
        min-width: 20px;
        color: #ff0000;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        text-decoration: underline;
}
.chines-yinpian .topone .input-med .med-name-empt-2[data-v-0853f555] {
        vertical-align: middle;
        max-width: 103px;
        display: inline-block;
        min-width: 20px;
        color: #ff0000;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        text-decoration: underline;
        white-space: nowrap;
        /*设置内容不换行*/
        text-overflow: ellipsis;
        /*设置文字超出文本框的内容显示成...*/
        overflow: hidden;
        /*超出部分隐藏*/
}
.chines-yinpian .topone .sousuo[data-v-0853f555] {
      z-index: 10;
      background: #fff;
}
.chines-yinpian .topone .detile[data-v-0853f555] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
}
.chines-yinpian .topone .el-input[data-v-0853f555] {
      width: 200px;
      height: 42px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .totwo[data-v-0853f555] {
    width: 100%;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 42px;
    margin-bottom: 20px;
}
.chines-yinpian .totwo .tobemargin[data-v-0853f555] {
      margin-left: 50px;
}
.chines-yinpian .totwo .el-input[data-v-0853f555] {
      width: 139px;
      height: 42px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .tothree[data-v-0853f555] {
    margin-bottom: 20px;
    min-height: 42px;
}
.chines-yinpian .tothree .el-input[data-v-0853f555] {
      width: 638px;
      height: 67px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .tothree .el-input .el-input__inner[data-v-0853f555] {
        height: 67px !important;
}
.chines-yinpian .tofour[data-v-0853f555] {
    width: 100%;
    height: 42px;
}
.chines-yinpian .tofour button[data-v-0853f555] {
      float: right;
}
.detile[data-v-0853f555] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sousuo[data-v-0853f555] {
  background: #fff;
  width: 210px;
  max-height: 250px;
  padding: 10px 10px;
  overflow: auto;
  -webkit-box-shadow: 0 0 1px 1px #cfcfcf;
          box-shadow: 0 0 1px 1px #cfcfcf;
  border-radius: 4px;
}
.sousuo ul[data-v-0853f555] {
    height: 100%;
    overflow: auto;
}
.sousuo ul .list[data-v-0853f555] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 30px;
      line-height: 30px;
      cursor: pointer;
}
.sousuo ul .list .tooption[data-v-0853f555] {
        width: 72px;
        height: 25px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0eaff6;
        line-height: 25px;
        margin: 0 10px;
        cursor: pointer;
}
.sousuo ul .list[data-v-0853f555]:hover {
      background: #f6f7fa;
}
.sousuo ul .list-enter-active[data-v-0853f555] {
      background: #e4eefa;
}
.totwo[data-v-0853f555] {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  margin-bottom: 20px;
}
.totwo .tobemargin[data-v-0853f555] {
    margin-left: 50px;
}
.totwo .el-input[data-v-0853f555] {
    width: 129px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
}
.tothree[data-v-0853f555] {
  margin-bottom: 20px;
  position: relative;
}
.tothree .fufa[data-v-0853f555] {
    position: absolute;
    width: calc(100% - 13px);
    max-height: 634px;
    overflow-y: auto;
    padding: 10px 0 10px 10px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ebe4db;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
}
.tothree .fufa .top[data-v-0853f555] {
      width: 100%;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 36px;
}
.tothree .fufa .top .close[data-v-0853f555] {
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.tothree .fufa .top .close .close-warp[data-v-0853f555] {
          cursor: pointer;
}
.tothree .fufa .top .close img[data-v-0853f555] {
          vertical-align: middle;
          cursor: pointer;
}
.tothree .fufa .usually[data-v-0853f555] {
      width: calc(100% - 30px);
      max-height: 76px;
      overflow: auto;
}
.tothree .fufa .usually ul[data-v-0853f555] {
        width: 100%;
        height: 100%;
        overflow: auto;
}
.tothree .fufa .usually ul li[data-v-0853f555] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 2 10px !important;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          width: calc(100% - 20px);
          border-bottom: 1px dashed #cccccc;
          margin-bottom: 2px !important;
}
.tothree .fufa .jianzhe-method[data-v-0853f555] {
      min-height: 20px;
      padding: 0px 15px 0 15px;
      width: calc(100% - 30px);
      margin-top: 15px;
}
.tothree .fufa .jianzhe-method .method-title[data-v-0853f555] {
        width: 100%;
        height: 30px;
}
.tothree .fufa .jianzhe-method .method-title span[data-v-0853f555] {
          width: 48px;
          height: 24px;
          font-size: 16px;
          font-family: SourceHanSansCN-Medium, SourceHanSansCN;
          font-weight: 600;
          color: #2d3e51;
          line-height: 24px;
          margin-right: 30px;
}
.tothree .fufa .jianzhe-method .method-title span[data-v-0853f555]:nth-child(2) {
          cursor: pointer;
}
.tothree .fufa .jianzhe-method .method-tip[data-v-0853f555] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #419eff;
        line-height: 20px;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp[data-v-0853f555] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 5px;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp .tip[data-v-0853f555] {
            padding: 5px 8px;
            background: #edf5ff;
            border-radius: 4px;
            border: 1px solid #cee5ff;
            cursor: pointer;
            margin: 5px 25px 5px 0;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp .zidingyi-tip[data-v-0853f555] {
            padding: 5px 8px;
            cursor: pointer;
            color: #f56f71;
            margin: 5px 25px 5px 0;
            background: #fef1f0;
            border-radius: 4px;
            border: 1px solid #fdd7d5;
}
.tothree .el-input[data-v-0853f555] {
    width: 638px;
    height: 67px;
    background: #ffffff;
    border-radius: 4px;
}
.tothree .el-input .el-input__inner[data-v-0853f555] {
      height: 67px !important;
}
.tofour[data-v-0853f555] {
  width: 100%;
  height: 42px;
}
.tofour button[data-v-0853f555] {
    float: right;
}
.zidingyidilog[data-v-0853f555] .el-dialog__body {
  padding: 30px 60px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.zidingyidilog[data-v-0853f555] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  overflow: hidden;
}
.zidingyidilog .el-dialog[data-v-0853f555] {
    margin: 0 auto !important;
    height: 90%;
    overflow: hidden;
}
.zidingyidilog .el-dialog .el-dialog__body[data-v-0853f555] {
      position: absolute;
      left: 0;
      top: 54px;
      bottom: 0;
      right: 0;
      padding: 0;
      z-index: 1;
      overflow: hidden;
      overflow-y: auto;
}
.all-op-ab[data-v-0853f555] {
  position: absolute;
  right: 0;
  margin-right: 140px;
}
.all-op-ab[data-v-0853f555]:last-child {
  margin-right: 40px;
}
[data-v-0853f555] .inputH .el-input__inner {
  height: 36px;
  font-size: 16px;
}
.herbal-type[data-v-0853f555] input {
  width: 130px;
}
.herbal-type2[data-v-0853f555] input {
  width: 80px;
}

/**::药品校验 */
.drugVerifiData-tip[data-v-0853f555] em {
  font-style: normal;
}
.drugVerifiData[data-v-0853f555] {
  top: -16vh;
}
.drugVerifiData[data-v-0853f555] .el-dialog__body {
    padding-top: 5px !important;
}
.drugVerifiData[data-v-0853f555] p {
    margin: 8px 0 !important;
}

ul[data-v-d321e3f2],
li[data-v-d321e3f2] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
[data-v-d321e3f2] .table {
  width: 100%;
}
[data-v-d321e3f2] .table .el-input__inner {
  width: 90px;
}
[data-v-d321e3f2] .shuru .el-input__inner {
  width: 250px;
}
.sousuo[data-v-d321e3f2] {
  position: absolute;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #dddee0;
          box-shadow: 0 0 10px #dddee0;
  width: 400px;
  min-height: 50px;
  padding: 20px 20px;
  top: 58px;
  left: 0;
}
.sousuo ul[data-v-d321e3f2] {
    height: 100%;
    overflow: auto;
}
.sousuo ul .list[data-v-d321e3f2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      line-height: 30px;
      cursor: pointer;
}
.sousuo ul .list .tooption[data-v-d321e3f2] {
        width: 72px;
        height: 25px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0eaff6;
        line-height: 25px;
        margin: 0 10px;
        cursor: pointer;
}
.sousuo ul .list[data-v-d321e3f2]:hover {
      background: #f6f7fa;
}
.sousuo ul .list-enter-active[data-v-d321e3f2] {
      background: #e4eefa;
}

ul[data-v-7ae19520],
li[data-v-7ae19520] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
[data-v-7ae19520] .table .el-input__inner {
  width: 90px;
}
[data-v-7ae19520] .shuru .el-input__inner {
  width: 250px;
}
.sousuo[data-v-7ae19520] {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 400px;
  min-height: 50px;
  padding: 20px 20px;
  top: 58px;
  left: 0;
}
.sousuo ul[data-v-7ae19520] {
    height: 100%;
    overflow: auto;
}
.sousuo ul .list[data-v-7ae19520] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      line-height: 30px;
      cursor: pointer;
}
.sousuo ul .list .tooption[data-v-7ae19520] {
        width: 72px;
        height: 25px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0eaff6;
        line-height: 25px;
        margin: 0 10px;
        cursor: pointer;
}
.sousuo ul .list[data-v-7ae19520]:hover {
      background: #f6f7fa;
}

@charset "UTF-8";
ul[data-v-fe89a682],
li[data-v-fe89a682] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.cur[data-v-fe89a682] {
  cursor: pointer !important;
}
.flexnowarp[data-v-fe89a682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-end[data-v-fe89a682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tocolor[data-v-fe89a682] {
  color: #e48c3d;
}
.cur[data-v-fe89a682] {
  cursor: pointer;
}
[data-v-fe89a682] .input-width {
  width: 80px !important;
}
[data-v-fe89a682] .input-width /deep/ .el-input__inner {
    width: 80px !important;
}
[data-v-fe89a682] .noborder .el-input__inner {
  border-top: 1px solid #f8f8f8;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  background: #f8f8f8;
  border-radius: 0;
  height: 41px;
  /*outline: medium;*/
}
.shengcheng[data-v-fe89a682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}
.shengcheng .flex[data-v-fe89a682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.shengcheng .showchfang[data-v-fe89a682] {
    min-width: 30px;
    padding: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shengcheng .showchfang[data-v-fe89a682] .med-name {
      margin: 0 13px;
      height: 27px;
      line-height: 27px;
      text-align: center;
}
.shengcheng .showchfang[data-v-fe89a682] .med-num {
      margin: 0 13px;
      height: 27px;
      line-height: 27px;
      text-align: center;
}
.chines-yinpian[data-v-fe89a682] {
  width: 100%;
  min-height: 240px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
}
.chines-yinpian .topone[data-v-fe89a682] {
    width: 100%;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
}
.chines-yinpian .topone .med[data-v-fe89a682] {
      width: 100%;
      min-height: 0;
}
.chines-yinpian .topone .input-med[data-v-fe89a682] {
      margin: 10px 0;
}
.chines-yinpian .topone .input-med img[data-v-fe89a682] {
        margin: 0 5px;
        margin-bottom: 2px;
        vertical-align: middle;
}
.chines-yinpian .topone .input-med .med-name[data-v-fe89a682] {
        min-width: 20px;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #e48c3d;
        text-decoration: underline;
        white-space: nowrap;
        /*设置内容不换行*/
        text-overflow: ellipsis;
        /*设置文字超出文本框的内容显示成...*/
        overflow: hidden;
        /*超出部分隐藏*/
}
.chines-yinpian .topone .input-med .med-name-empt[data-v-fe89a682] {
        min-width: 20px;
        color: #ff0000;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        text-decoration: underline;
}
.chines-yinpian .topone .input-med .med-name-empt-2[data-v-fe89a682] {
        vertical-align: middle;
        max-width: 103px;
        display: inline-block;
        min-width: 20px;
        color: #ff0000;
        cursor: pointer;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        text-decoration: underline;
        white-space: nowrap;
        /*设置内容不换行*/
        text-overflow: ellipsis;
        /*设置文字超出文本框的内容显示成...*/
        overflow: hidden;
        /*超出部分隐藏*/
}
.chines-yinpian .topone .sousuo[data-v-fe89a682] {
      z-index: 10;
      background: #fff;
}
.chines-yinpian .topone .detile[data-v-fe89a682] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
}
.chines-yinpian .topone .el-input[data-v-fe89a682] {
      width: 200px;
      height: 42px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .totwo[data-v-fe89a682] {
    width: 100%;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 42px;
    margin-bottom: 20px;
}
.chines-yinpian .totwo .tobemargin[data-v-fe89a682] {
      margin-left: 50px;
}
.chines-yinpian .totwo .el-input[data-v-fe89a682] {
      width: 139px;
      height: 42px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .tothree[data-v-fe89a682] {
    margin-bottom: 20px;
    min-height: 42px;
}
.chines-yinpian .tothree .el-input[data-v-fe89a682] {
      width: 638px;
      height: 67px;
      background: #ffffff;
      border-radius: 4px;
}
.chines-yinpian .tothree .el-input .el-input__inner[data-v-fe89a682] {
        height: 67px !important;
}
.chines-yinpian .tofour[data-v-fe89a682] {
    width: 100%;
    height: 42px;
}
.chines-yinpian .tofour button[data-v-fe89a682] {
      float: right;
}
.detile[data-v-fe89a682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sousuo[data-v-fe89a682] {
  background: #fff;
  width: 210px;
  max-height: 250px;
  padding: 10px 10px;
  overflow: auto;
  -webkit-box-shadow: 0 0 1px 1px #cfcfcf;
          box-shadow: 0 0 1px 1px #cfcfcf;
  border-radius: 4px;
}
.sousuo ul[data-v-fe89a682] {
    height: 100%;
    overflow: auto;
}
.sousuo ul .list[data-v-fe89a682] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 30px;
      line-height: 30px;
      cursor: pointer;
}
.sousuo ul .list .tooption[data-v-fe89a682] {
        width: 72px;
        height: 25px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0eaff6;
        line-height: 25px;
        margin: 0 10px;
        cursor: pointer;
}
.sousuo ul .list[data-v-fe89a682]:hover {
      background: #f6f7fa;
}
.sousuo ul .list-enter-active[data-v-fe89a682] {
      background: #e4eefa;
}
.totwo[data-v-fe89a682] {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  margin-bottom: 20px;
}
.totwo .tobemargin[data-v-fe89a682] {
    margin-left: 50px;
}
.totwo .el-input[data-v-fe89a682] {
    width: 129px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
}
.tothree[data-v-fe89a682] {
  margin-bottom: 20px;
  position: relative;
}
.tothree .fufa[data-v-fe89a682] {
    position: absolute;
    width: calc(100% - 13px);
    max-height: 634px;
    overflow-y: auto;
    padding: 10px 0 10px 10px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ebe4db;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
}
.tothree .fufa .top[data-v-fe89a682] {
      width: 100%;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 36px;
}
.tothree .fufa .top .close[data-v-fe89a682] {
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.tothree .fufa .top .close .close-warp[data-v-fe89a682] {
          cursor: pointer;
}
.tothree .fufa .top .close img[data-v-fe89a682] {
          vertical-align: middle;
          cursor: pointer;
}
.tothree .fufa .usually[data-v-fe89a682] {
      width: calc(100% - 30px);
      max-height: 76px;
      overflow: auto;
}
.tothree .fufa .usually ul[data-v-fe89a682] {
        width: 100%;
        height: 100%;
        overflow: auto;
}
.tothree .fufa .usually ul li[data-v-fe89a682] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 2 10px !important;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          width: calc(100% - 20px);
          border-bottom: 1px dashed #cccccc;
          margin-bottom: 2px !important;
}
.tothree .fufa .jianzhe-method[data-v-fe89a682] {
      min-height: 20px;
      padding: 0px 15px 0 15px;
      width: calc(100% - 30px);
      margin-top: 15px;
}
.tothree .fufa .jianzhe-method .method-title[data-v-fe89a682] {
        width: 100%;
        height: 30px;
}
.tothree .fufa .jianzhe-method .method-title span[data-v-fe89a682] {
          width: 48px;
          height: 24px;
          font-size: 16px;
          font-family: SourceHanSansCN-Medium, SourceHanSansCN;
          font-weight: 600;
          color: #2d3e51;
          line-height: 24px;
          margin-right: 30px;
}
.tothree .fufa .jianzhe-method .method-title span[data-v-fe89a682]:nth-child(2) {
          cursor: pointer;
}
.tothree .fufa .jianzhe-method .method-tip[data-v-fe89a682] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #419eff;
        line-height: 20px;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp[data-v-fe89a682] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 5px;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp .tip[data-v-fe89a682] {
            padding: 5px 8px;
            background: #edf5ff;
            border-radius: 4px;
            border: 1px solid #cee5ff;
            cursor: pointer;
            margin: 5px 25px 5px 0;
}
.tothree .fufa .jianzhe-method .method-tip .tip-warp .zidingyi-tip[data-v-fe89a682] {
            padding: 5px 8px;
            cursor: pointer;
            color: #f56f71;
            margin: 5px 25px 5px 0;
            background: #fef1f0;
            border-radius: 4px;
            border: 1px solid #fdd7d5;
}
.tothree .el-input[data-v-fe89a682] {
    width: 638px;
    height: 67px;
    background: #ffffff;
    border-radius: 4px;
}
.tothree .el-input .el-input__inner[data-v-fe89a682] {
      height: 67px !important;
}
.tofour[data-v-fe89a682] {
  width: 100%;
  height: 42px;
}
.tofour button[data-v-fe89a682] {
    float: right;
}
.zidingyidilog[data-v-fe89a682] .el-dialog__body {
  padding: 30px 60px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.zidingyidilog[data-v-fe89a682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  overflow: hidden;
}
.zidingyidilog .el-dialog[data-v-fe89a682] {
    margin: 0 auto !important;
    height: 90%;
    overflow: hidden;
}
.zidingyidilog .el-dialog .el-dialog__body[data-v-fe89a682] {
      position: absolute;
      left: 0;
      top: 54px;
      bottom: 0;
      right: 0;
      padding: 0;
      z-index: 1;
      overflow: hidden;
      overflow-y: auto;
}
.all-op-ab[data-v-fe89a682] {
  position: absolute;
  right: 0;
  margin-right: 140px;
}
.all-op-ab[data-v-fe89a682]:last-child {
  margin-right: 40px;
}
[data-v-fe89a682] .inputH .el-input__inner {
  height: 36px;
  font-size: 16px;
}

/**::药品校验 */
.drugVerifiData-tip[data-v-fe89a682] em {
  font-style: normal;
}
.drugVerifiData[data-v-fe89a682] {
  top: -16vh;
}
.drugVerifiData[data-v-fe89a682] .el-dialog__body {
    padding-top: 5px !important;
}
.drugVerifiData[data-v-fe89a682] p {
    margin: 8px 0 !important;
}

ul[data-v-97e1cb2c],
li[data-v-97e1cb2c] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
[data-v-97e1cb2c] .table {
  width: 100%;
}
[data-v-97e1cb2c] .table .el-input__inner {
  width: 90px;
}
[data-v-97e1cb2c] .shuru .el-input__inner {
  width: 250px;
}
.sousuo[data-v-97e1cb2c] {
  position: absolute;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #dddee0;
          box-shadow: 0 0 10px #dddee0;
  width: 400px;
  min-height: 50px;
  padding: 20px 20px;
  top: 58px;
  left: 0;
}
.sousuo ul[data-v-97e1cb2c] {
    height: 100%;
    overflow: auto;
}
.sousuo ul .list[data-v-97e1cb2c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      line-height: 30px;
      cursor: pointer;
}
.sousuo ul .list .tooption[data-v-97e1cb2c] {
        width: 72px;
        height: 25px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0eaff6;
        line-height: 25px;
        margin: 0 10px;
        cursor: pointer;
}
.sousuo ul .list[data-v-97e1cb2c]:hover {
      background: #f6f7fa;
}
.sousuo ul .list-enter-active[data-v-97e1cb2c] {
      background: #e4eefa;
}

@charset "UTF-8";
div[data-v-e8c91034],
p[data-v-e8c91034] {
  margin: 0;
  padding: 0;
}
.title[data-v-e8c91034] {
  margin-top: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-weight: 500;
  color: #053464;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-e8c91034] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #053464;
}
.transfer[data-v-e8c91034] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 850px;
  margin-bottom: 30px;
}
.transfer .transfer-left[data-v-e8c91034] {
    width: 55%;
    background: white;
    height: 850px;
    overflow: auto;
}
.transfer .transfer-left .prescription[data-v-e8c91034] {
      margin-left: 20px;
      width: 800px;
      height: 800px;
      background: #ccc;
}
.transfer .transfer-left .bottom[data-v-e8c91034] {
      width: 100%;
      height: 72px;
      border-top: 1px solid #e6e8ef;
      text-align: center;
      margin: 0 auto;
}
.transfer .transfer-left .bottom .con[data-v-e8c91034] {
        margin-top: 16px;
}
.transfer .transfer-right[data-v-e8c91034] {
    margin-top: -18px;
    margin-left: 17px;
    width: 45%;
    height: 850px;
    overflow: auto;
}
.transfer .transfer-right .transfer-right1[data-v-e8c91034] {
      height: 666px;
      overflow: auto;
      background: white;
}
.transfer .transfer-right .transfer-right1[data-v-e8c91034] .el-button--mini,
      .transfer .transfer-right .transfer-right1 .el-button--mini.is-round[data-v-e8c91034] {
        padding: 4px 6px;
        height: 28px;
        border: 1px solid #f6f6f6;
        background-color: #f4f4f5;
        margin-left: 10px;
}
.transfer .transfer-right .transfer-right1 .detail-con[data-v-e8c91034] {
        width: 90%;
        height: 800px;
        margin: 23px auto 80px auto;
        background: #ccc;
}
.transfer .transfer-right .transfer-right1 .detail-con img[data-v-e8c91034] {
          -o-object-fit: contain;
             object-fit: contain;
}
.transfer .transfer-right .transfer-right2[data-v-e8c91034] {
      width: 100%;
      height: 300px;
      background: white;
}
.transfer .transfer-right .transfer-right2 .transfer-price[data-v-e8c91034] {
        padding-left: 20px;
        border-top: 1px solid #e6e8ef;
}
.transfer .transfer-right .transfer-right2 .transfer-price .con[data-v-e8c91034] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 22px;
          line-height: 22px;
          color: #7f7f7f;
          margin-bottom: 10px;
}
.transfer .transfer-right .transfer-right2 .transfer-price .con .left[data-v-e8c91034] {
            width: 64px;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            text-align: right;
}
.transfer .transfer-right .transfer-right2 .transfer-price .con1[data-v-e8c91034] {
          color: #282828;
}

/**::开方 */
.cur[data-v-e8c91034] {
  cursor: pointer;
}
.border[data-v-e8c91034] {
  border: 1px solid #ebe4db !important;
}
.paddingless[data-v-e8c91034] {
  padding: 15px !important;
  max-width: calc(100% - 30px) !important;
}
.basicMsg-warp[data-v-e8c91034] {
  width: 100%;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eceef6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basicMsg-warp[data-v-e8c91034] .el-tabs__content {
    overflow: visible !important;
}
.noborder[data-v-e8c91034] {
  border: none !important;
}
.topadding[data-v-e8c91034] {
  padding: 10px 10px;
  width: calc(100% - 40px);
}
.topadding .Editor[data-v-e8c91034] {
    width: 100%;
}
.topadding .Editor .editor[data-v-e8c91034] {
      line-height: normal !important;
      height: 95px !important;
}
.topadding .el-form-item[data-v-e8c91034] {
    margin: 10px 0 !important;
}
.towidth[data-v-e8c91034] {
  width: 100% !important;
}
.fufa[data-v-e8c91034] {
  position: absolute;
  width: calc(100% - 12px);
  min-height: 100px;
  max-height: 200px;
  padding: 10px 0 10px 10px;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #ebe4db;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fufa .top[data-v-e8c91034] {
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 36px;
}
.fufa .top .close[data-v-e8c91034] {
      width: 77px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.fufa .top .close .close-warp[data-v-e8c91034] {
        cursor: pointer;
}
.fufa .top .close img[data-v-e8c91034] {
        vertical-align: middle;
        cursor: pointer;
}
.fufa .usually[data-v-e8c91034] {
    width: calc(100% - 30px);
    max-height: 167px;
    overflow: auto;
}
.fufa .usually ul[data-v-e8c91034] {
      width: 100%;
      height: 100%;
}
.fufa .usually ul li[data-v-e8c91034] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 10px 0 10px !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        width: calc(100% - 20px);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px dashed #cccccc;
}
.fufa .usually ul li span[data-v-e8c91034] {
          line-height: 29px;
}
.fufa .usually ul li[data-v-e8c91034]:last-child {
        border-bottom: 0px dashed #cccccc;
}
.fufa .usually ul li:last-child div[data-v-e8c91034] {
          color: #6a6a6a;
}
.cur1[data-v-e8c91034] {
  width: 8% !important;
  color: #0eaff6 !important;
}

p[data-v-9947356e] {
  margin: 0;
  padding: 0;
}
.content[data-v-9947356e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 28px 28px 15px 28px;
}
.content .left[data-v-9947356e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left .explain1[data-v-9947356e] {
      width: 170px;
      height: 36px;
      font-weight: 500;
      color: #323233;
      line-height: 36px;
}
.content .left p[data-v-9947356e] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-9947356e] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .right[data-v-9947356e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    position: relative;
}
.content .right .right11[data-v-9947356e] {
      position: absolute;
      top: 65px;
      right: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.content .right .right11 p[data-v-9947356e] {
        width: 119px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #ff0000;
        line-height: 22px;
        border: none !important;
}
.content .right .right11 span[data-v-9947356e] {
        margin-left: 13px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #027aff;
        line-height: 22px;
}
.content .right p[data-v-9947356e] {
      width: 73px;
      height: 36px;
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
}
.content .right p[data-v-9947356e]:nth-child(1) {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right p[data-v-9947356e]:nth-child(2) {
      border: 1px solid #cc9542;
      color: white;
      width: 99px;
      height: 36px;
      background: #cc9542;
      margin-left: 10px;
}
.content .right .right1[data-v-9947356e] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-9947356e] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-9947356e] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-9947356e] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-9947356e] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .edit[data-v-9947356e] {
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff;
    line-height: 21px;
    margin-left: 7px;
    cursor: pointer;
}
.title .type[data-v-9947356e] {
    width: 80px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-9947356e] {
  margin-bottom: 30px;
}
.prescription .con[data-v-9947356e] {
    margin: 0;
    margin-left: 30px;
}
.prescription .con p[data-v-9947356e] {
      margin-bottom: 8px;
}
.prescription .list[data-v-9947356e] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prescription .list .all[data-v-9947356e] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-9947356e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-9947356e] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-9947356e] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-9947356e] {
    margin-left: 30px;
    width: 1300px;
    height: 105px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-9947356e] {
  margin-bottom: 30px;
}
.cost_detail[data-v-9947356e] {
  margin-bottom: 50px;
}
.trialOrder[data-v-9947356e] {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-9947356e] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-9947356e] {
    color: #101010;
    font-weight: 500;
}

p[data-v-73cb6f2b] {
  margin: 0;
  padding: 0;
}
.content[data-v-73cb6f2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 20px 28px 15px 28px;
}
.content .left[data-v-73cb6f2b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left p[data-v-73cb6f2b] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-73cb6f2b] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .right[data-v-73cb6f2b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    position: relative;
}
.content .right .right11[data-v-73cb6f2b] {
      position: absolute;
      top: 65px;
      right: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.content .right .right11 p[data-v-73cb6f2b] {
        width: 139px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #ff0000;
        line-height: 22px;
        border: none !important;
}
.content .right .right11 span[data-v-73cb6f2b] {
        margin-left: 13px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #027aff;
        line-height: 22px;
}
.content .right p[data-v-73cb6f2b] {
      width: 73px;
      height: 36px;
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
}
.content .right p[data-v-73cb6f2b]:nth-child(1) {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right p[data-v-73cb6f2b]:nth-child(2) {
      border: 1px solid #cc9542;
      color: white;
      width: 99px;
      height: 36px;
      background: #cc9542;
      margin-left: 10px;
}
.content .right .right1[data-v-73cb6f2b] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-73cb6f2b] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-73cb6f2b] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-73cb6f2b] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-73cb6f2b] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .edit[data-v-73cb6f2b] {
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff;
    line-height: 21px;
    margin-left: 7px;
    cursor: pointer;
}
.title .type[data-v-73cb6f2b] {
    padding: 0 15px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-73cb6f2b] {
  margin-bottom: 30px;
}
.prescription .con[data-v-73cb6f2b] {
    margin: 0;
    margin-left: 30px;
}
.prescription .con p[data-v-73cb6f2b] {
      margin-bottom: 8px;
}
.prescription .list[data-v-73cb6f2b] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prescription .list .all[data-v-73cb6f2b] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-73cb6f2b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-73cb6f2b] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-73cb6f2b] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-73cb6f2b] {
    margin-left: 30px;
    width: 1300px;
    height: 105px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-73cb6f2b] {
  margin-bottom: 30px;
}
.cost_detail[data-v-73cb6f2b] {
  margin-bottom: 50px;
}
.trialOrder[data-v-73cb6f2b] {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-73cb6f2b] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-73cb6f2b] {
    color: #101010;
    font-weight: 500;
}

p[data-v-df5ebaa4] {
  margin: 0;
  padding: 0;
}
.content[data-v-df5ebaa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 28px 28px 15px 28px;
}
.content .left[data-v-df5ebaa4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left .explain1[data-v-df5ebaa4] {
      width: 170px;
      height: 36px;
      font-size: 17px;
      font-weight: 500;
      color: #323233;
      line-height: 36px;
}
.content .left p[data-v-df5ebaa4] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-df5ebaa4] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .right[data-v-df5ebaa4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    position: relative;
}
.content .right .right11[data-v-df5ebaa4] {
      position: absolute;
      top: 65px;
      right: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.content .right .right11 p[data-v-df5ebaa4] {
        width: 170px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #ff0000;
        line-height: 22px;
        border: none !important;
}
.content .right .right11 span[data-v-df5ebaa4] {
        margin-left: 13px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #027aff;
        line-height: 22px;
}
.content .right p[data-v-df5ebaa4] {
      width: 73px;
      height: 36px;
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
}
.content .right p[data-v-df5ebaa4]:nth-child(1) {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right p[data-v-df5ebaa4]:nth-child(2) {
      border: 1px solid #cc9542;
      color: white;
      width: 99px;
      height: 36px;
      background: #cc9542;
      margin-left: 10px;
}
.content .right .right1[data-v-df5ebaa4] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-df5ebaa4] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-df5ebaa4] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-df5ebaa4] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-df5ebaa4] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .edit[data-v-df5ebaa4] {
    height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #027aff;
    line-height: 21px;
    margin-left: 7px;
    cursor: pointer;
}
.title .type[data-v-df5ebaa4] {
    width: 80px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-df5ebaa4] {
  margin-bottom: 30px;
}
.prescription .con[data-v-df5ebaa4] {
    margin: 0;
    margin-left: 30px;
    margin-top: 30px;
}
.prescription .con p[data-v-df5ebaa4] {
      margin-bottom: 8px;
}
.prescription .list[data-v-df5ebaa4] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prescription .list .all[data-v-df5ebaa4] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-df5ebaa4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-df5ebaa4] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-df5ebaa4] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-df5ebaa4] {
    margin-left: 30px;
    width: 1300px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-df5ebaa4] {
  margin-bottom: 30px;
}
.cost_detail[data-v-df5ebaa4] {
  margin-bottom: 50px;
}
.trialOrder[data-v-df5ebaa4] {
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-df5ebaa4] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-df5ebaa4] {
    color: #101010;
    font-weight: 500;
}
fieldset[data-v-df5ebaa4] {
  border: 1px solid #dedede;
}
legend[data-v-df5ebaa4] {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #323233;
  line-height: 25px;
}
.info .left[data-v-df5ebaa4] {
  line-height: 40px;
  font-weight: 500;
  color: #323233;
}
.order[data-v-df5ebaa4] {
  height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #323233;
  line-height: 25px;
  margin-bottom: 30px;
  margin-left: 40px;
}
.sort[data-v-df5ebaa4] .el-timeline-item__content {
  font-size: 15px;
  color: #282828;
}
.sort[data-v-df5ebaa4] .el-timeline-item__timestamp {
  font-size: 14px;
  color: #989898;
}
.price[data-v-df5ebaa4] {
  font-weight: 500;
  color: #282828;
}

p[data-v-7cad9c6a] {
  margin: 0;
  padding: 0;
}
.content[data-v-7cad9c6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 28px 28px 15px 28px;
}
.content .left[data-v-7cad9c6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .left p[data-v-7cad9c6a] {
      margin: 0;
      height: 33px;
      font-size: 22px;
      font-weight: bold;
      color: #323233;
      line-height: 33px;
      margin-right: 10px;
}
.content .left span[data-v-7cad9c6a] {
      width: 51px;
      height: 27px;
      background: #cc9542;
      border-radius: 2px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      line-height: 27px;
      letter-spacing: 2px;
      text-align: center;
}
.content .left1[data-v-7cad9c6a] {
    display: block;
    margin-top: -24px;
}
.content .left1 p[data-v-7cad9c6a] {
      line-height: 66px;
      font-size: 20px;
}
.content .right[data-v-7cad9c6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.content .right .right11[data-v-7cad9c6a] {
      position: absolute;
      top: 58px;
      right: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.content .right .right11 p[data-v-7cad9c6a] {
        width: 170px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #ff0000;
        line-height: 22px;
        border: none !important;
}
.content .right .right11 span[data-v-7cad9c6a] {
        margin-left: 13px;
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #027aff;
        line-height: 22px;
}
.content .right p[data-v-7cad9c6a] {
      width: 73px;
      height: 36px;
      border-radius: 3px;
      line-height: 36px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
}
.content .right p[data-v-7cad9c6a]:nth-child(1) {
      border: 1px solid #da1212;
      color: #da1212;
}
.content .right p[data-v-7cad9c6a]:nth-child(2) {
      border: 1px solid #cc9542;
      color: white;
      width: 99px;
      height: 36px;
      background: #cc9542;
      margin-left: 10px;
}
.content .right .right1[data-v-7cad9c6a] {
      width: 110px;
      text-align: right;
}
.content .right .right1 h3[data-v-7cad9c6a] {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        line-height: 22px;
        border: none;
        text-align: right;
        margin: 0;
}
.content .right .right1 span[data-v-7cad9c6a] {
        width: 109px;
        height: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #282828;
        line-height: 40px;
}
.title[data-v-7cad9c6a] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
  position: relative;
}
.title .line[data-v-7cad9c6a] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.title .type[data-v-7cad9c6a] {
    width: 80px;
    height: 26px;
    background: #bf9351;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
}
.prescription[data-v-7cad9c6a] {
  margin-bottom: 30px;
}
.prescription .con[data-v-7cad9c6a] {
    margin: 0;
    margin-left: 30px;
    margin-top: 30px;
}
.prescription .con p[data-v-7cad9c6a] {
      margin-bottom: 8px;
}
.prescription .list[data-v-7cad9c6a] {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prescription .list .all[data-v-7cad9c6a] {
      width: 33%;
      margin: 10px 0 10px 0;
}
.prescription .weight[data-v-7cad9c6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.prescription .weight p[data-v-7cad9c6a] {
      width: 110px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #282828;
      line-height: 22px;
}
.prescription .weight span[data-v-7cad9c6a] {
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #989898;
      line-height: 22px;
}
.prescription .explain[data-v-7cad9c6a] {
    margin-left: 30px;
    width: 1300px;
    border: 1px solid #cdcdcd;
}
.adjust[data-v-7cad9c6a] {
  margin-bottom: 30px;
}
.cost_detail[data-v-7cad9c6a] {
  margin-bottom: 50px;
}
.trialOrder[data-v-7cad9c6a] {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-top: 20px;
}
.trialOrder p[data-v-7cad9c6a] {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 20px;
}
.trialOrder span[data-v-7cad9c6a] {
    color: #101010;
    font-weight: 500;
}


.btno[data-v-b1910516] {
  margin-left: 20px;
}
.btno1[data-v-b1910516] {
  margin-left: 51px;
}
.total[data-v-b1910516] {
  height: 29px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  margin-bottom: 22px;
}
.right[data-v-b1910516] {
  height: 27px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #646566;
  line-height: 27px;
  text-align: right;
}

td > div[data-v-7aede68c] {
  color: red !important;
  font-size: 40px;
}
.flag3-class[data-v-7aede68c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flag3-class-container[data-v-7aede68c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flag3-class > span[data-v-7aede68c] {
  margin-right: 10px;
  margin-left: 20px;
}
.flag3-class-container > input[data-v-7aede68c] {
  width: 200px;
  height: 28px;
  border: none;
  border: 1px solid #c5c3c3;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 10px;
}
.flag3-class-container > div[data-v-7aede68c] {
  width: 38px;
  height: 30px;
  border: 1px solid #c5c3c3;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  line-height: 28px;
  background: #f4f8f8;
}
.top[data-v-7aede68c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  background: #ffffff;
  padding: 0 30px;
  line-height: 60px;
}
img[data-v-7aede68c] {
  width: 30px;
  vertical-align: middle;
  margin-bottom: 7px;
  margin-right: 5px;
}
.title[data-v-7aede68c] {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  margin-top: 13px;
}
.title .line[data-v-7aede68c] {
    margin-right: 11px;
    width: 6px;
    height: 17px;
    background: #e48c3d;
}
footer[data-v-7aede68c] {
  height: 50px;
}
.one[data-v-7aede68c] {
  margin-right: 10px;
  color: #0ea3ea;
  font-size: 16px;
}
.bottom[data-v-7aede68c] {
  position: absolute;
  bottom: 0px;
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  width: calc(100% - 38px);
  height: 68px;
  left: 16px;
  background: #ffffff;
  z-index: 9999;
}
.bottom div[data-v-7aede68c] {
    text-align: center;
}
.edit[data-v-7aede68c] [class*=' el-icon-'],
.edit [class^='el-icon-'][data-v-7aede68c] {
  color: #1790ff;
}


.btno[data-v-99845202] {
  margin-left: 20px;
}
.btno1[data-v-99845202] {
  margin-left: 51px;
}
.total[data-v-99845202] {
  height: 29px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  margin-bottom: 22px;
}
.right[data-v-99845202] {
  height: 27px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #646566;
  line-height: 27px;
  text-align: right;
}

.btno1[data-v-2d5756e5] {
  margin-left: 51px;
}
.img[data-v-2d5756e5] {
  display: block;
  width: 14px;
  height: 14px;
}
.btn[data-v-2d5756e5] {
  float: right;
}
.el-table[data-v-2d5756e5] {
  font-size: 16px;
  color: #323232;
}
.xqBtn[data-v-2d5756e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e48c3d;
}
.xqBtn .sp[data-v-2d5756e5] {
    margin-left: 5px;
}
.el-form-item__label[data-v-2d5756e5] {
  font-size: 16px;
  color: #606060;
}
.jl[data-v-2d5756e5] {
  margin-right: 25px;
  margin-left: 25px;
}
.btno[data-v-2d5756e5] {
  margin-right: 20px;
}
.el-date-editor.el-input[data-v-2d5756e5],
.el-date-editor.el-input__inner[data-v-2d5756e5] {
  width: 220px;
}
.total[data-v-2d5756e5] {
  margin: 0;
  margin-bottom: 20px;
  height: 29px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
}
.do-col[data-v-2d5756e5] {
  color: #cc9542;
  cursor: pointer;
}
.do-col img[data-v-2d5756e5] {
    vertical-align: middle;
}
.all-money[data-v-2d5756e5] {
  margin: 0 0 20px 0;
}
.span-1[data-v-2d5756e5] {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
}
.span-2[data-v-2d5756e5] {
  color: #282828;
  font-size: 16px;
}
.span-3[data-v-2d5756e5] {
  color: #ff0b0b;
  font-size: 16px;
}

.avatar-uploader .avatar-uploader-icon[data-v-a1ecd950] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  border: 1px dashed #c3c3c3;
}
.avatar-uploader .avatar[data-v-a1ecd950] {
  color: #8c939d;
  width: 120px;
  height: 120px;
}
.title[data-v-a1ecd950] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
}
.title .line[data-v-a1ecd950] {
    margin-right: 11px;
    width: 2px;
    height: 17px;
    background: #e48c3d;
}
.tip[data-v-a1ecd950] {
  width: 100%;
  height: 49px;
  background: #ffe7d1;
  border: 1px solid #edc5a0;
  line-height: 49px;
  color: #000000;
  text-align: center;
  margin: 22px 0;
}
.con[data-v-a1ecd950] {
  margin-bottom: 20px;
}
.tip1[data-v-a1ecd950] {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #bebebe;
  line-height: 24px;
  margin: 0;
}
.bottom[data-v-a1ecd950] {
  position: fixed;
  bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px #f6f6f6;
          box-shadow: 0px 0px 5px #f6f6f6;
  width: 100%;
  height: 68px;
  background: #ffffff;
  padding: 0px 35%;
}
.img[data-v-a1ecd950] {
  width: 208px;
  height: 140px;
  background: #d8d8d8;
  margin-right: 24px;
}

.avatar-uploader .avatar-uploader-icon[data-v-194bfe6e] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  border: 1px dashed #c3c3c3;
}
.avatar-uploader .avatar[data-v-194bfe6e] {
  color: #8c939d;
  width: 120px;
  height: 120px;
}
.title[data-v-194bfe6e] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
}
.title .line[data-v-194bfe6e] {
    margin-right: 11px;
    width: 2px;
    height: 17px;
    background: #e48c3d;
}
.tip[data-v-194bfe6e] {
  width: 100%;
  height: 49px;
  background: #ffe7d1;
  border: 1px solid #edc5a0;
  line-height: 49px;
  color: #000000;
  text-align: center;
  margin: 22px 0;
}
.con[data-v-194bfe6e] {
  margin-bottom: 20px;
}
.tip1[data-v-194bfe6e] {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #bebebe;
  line-height: 24px;
  margin: 0;
}
.bottom[data-v-194bfe6e] {
  position: fixed;
  bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px #f6f6f6;
          box-shadow: 0px 0px 5px #f6f6f6;
  width: 100%;
  height: 68px;
  background: #ffffff;
  padding: 0px 35%;
}
.img[data-v-194bfe6e] {
  width: 208px;
  height: 140px;
  background: #d8d8d8;
  margin-right: 24px;
}
[data-v-194bfe6e] .hide .el-upload.el-upload--picture-card {
  display: none;
}

.avatar-uploader .avatar-uploader-icon[data-v-1d11a71c] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  border: 1px dashed #c3c3c3;
}
.avatar-uploader .avatar[data-v-1d11a71c] {
  color: #8c939d;
  width: 120px;
  height: 120px;
}
.title[data-v-1d11a71c] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
}
.title .line[data-v-1d11a71c] {
    margin-right: 11px;
    width: 2px;
    height: 17px;
    background: #e48c3d;
}
.tip[data-v-1d11a71c] {
  width: 100%;
  height: 49px;
  background: #ffe7d1;
  border: 1px solid #edc5a0;
  line-height: 49px;
  color: #000000;
  text-align: center;
  margin: 22px 0;
}
.con[data-v-1d11a71c] {
  margin-bottom: 20px;
}
.tip1[data-v-1d11a71c] {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #bebebe;
  line-height: 24px;
  margin: 0;
}
.tip11[data-v-1d11a71c] {
  height: 24px;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #ff0000;
  line-height: 24px;
}
.bottom[data-v-1d11a71c] {
  position: fixed;
  bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px #f6f6f6;
          box-shadow: 0px 0px 5px #f6f6f6;
  width: 100%;
  height: 68px;
  background: #ffffff;
  padding: 0px 35%;
}
.img[data-v-1d11a71c] {
  width: 208px;
  height: 140px;
  background: #d8d8d8;
  margin-right: 24px;
}
.line[data-v-1d11a71c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.line p[data-v-1d11a71c] {
    margin: 0;
    cursor: pointer;
}
.dialog-con[data-v-1d11a71c] {
  text-align: center;
  height: 36px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #101010;
  line-height: 37px;
  margin: 0;
}

[data-v-812976c8] .el-form-item {
  margin-bottom: 0;
}
.container[data-v-812976c8] .el-form-item {
  margin-bottom: 8px;
  position: relative;
}
.title[data-v-812976c8] {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-left: 15px;
}
.title .line[data-v-812976c8] {
    margin-right: 11px;
    width: 2px;
    height: 17px;
    background: #e48c3d;
}
[data-v-812976c8] .el-form .el-button--primary {
  margin-left: 0;
}
.copy .row[data-v-812976c8] {
  margin-bottom: 10px;
}
.copy .row1[data-v-812976c8] {
  text-align: center;
  height: 180px;
}
.copy .row2[data-v-812976c8] {
  text-align: center;
}
.copy .row2 .right[data-v-812976c8] {
    height: 27px;
    font-size: 15px;
    font-weight: 400;
    color: #656565;
    line-height: 27px;
}
.copy .row2 .right img[data-v-812976c8] {
      width: 27px;
      height: 27px;
      vertical-align: bottom;
}
.copy .left[data-v-812976c8] {
  height: 27px;
  font-size: 15px;
  font-weight: 400;
  color: #101010;
  line-height: 27px;
  text-align: right;
}
.copy .right[data-v-812976c8] {
  height: 27px;
  font-size: 15px;
  font-weight: 400;
  color: #101010;
  line-height: 27px;
}
.copy .right img[data-v-812976c8] {
    width: 180px;
    height: 180px;
    vertical-align: bottom;
}
.btn[data-v-812976c8] {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.qrcode[data-v-812976c8] {
  margin: 0 auto;
  margin-left: calc(50% - 90px);
}


.editor {
  line-height: normal !important;
  height: 250px;
}
.quill-img {
  display: none;
}
.ql-editor p img {
  width: 200px;
  height: 200px;
}
.ql-snow .ql-tooltip[data-mode='link']::before {
  content: '\8BF7\8F93\5165\94FE\63A5\5730\5740:';
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: '\4FDD\5B58';
  padding-right: 0px;
}
.avatar-uploader {
  width: 200px;
  height: 200px;
}
.ql-snow .ql-tooltip[data-mode='video']::before {
  content: '\8BF7\8F93\5165\89C6\9891\5730\5740:';
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: '14px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
  content: '10px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  content: '18px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
  content: '32px';
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: '\6587\672C';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  content: '\6807\9898  1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  content: '\6807\9898  2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  content: '\6807\9898  3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  content: '\6807\9898  4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  content: '\6807\9898  5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  content: '\6807\9898  6';
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: '\6807\51C6\5B57\4F53';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  content: '\886C\7EBF\5B57\4F53';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  content: '\7B49\5BBD\5B57\4F53';
}

.con[data-v-43c51394] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}
.btno[data-v-43c51394] {
  margin: 0px 10px 10px 0;
}
.btn[data-v-43c51394] {
  float: right;
  margin: 10px 30px 26px 0;
}
.tip1[data-v-43c51394] {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  line-height: 24px;
  margin: 0;
}
.avatar-uploader[data-v-43c51394] {
  border: 1px solid #dddee0;
  width: 186px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 11px;
  border-radius: 2px;
}
.avatar-uploader .el-icon-plus[data-v-43c51394] {
    border-radius: 2px;
    line-height: 30px;
    font-size: 14px !important;
    color: #155bd5;
}
.avatar-uploader .avatar[data-v-43c51394] {
    width: 186px;
    height: 100px;
}

.btno1[data-v-59d25038] {
  margin-left: 51px;
}
.img[data-v-59d25038] {
  display: block;
  width: 14px;
  height: 14px;
}
.btn[data-v-59d25038] {
  float: right;
}
.el-table[data-v-59d25038] {
  font-size: 16px;
  color: #323232;
}
.xqBtn[data-v-59d25038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e48c3d;
}
.xqBtn .sp[data-v-59d25038] {
    margin-left: 5px;
}
.el-form-item__label[data-v-59d25038] {
  font-size: 16px;
  color: #606060;
}
.jl[data-v-59d25038] {
  margin-right: 25px;
  margin-left: 25px;
}
.btno[data-v-59d25038] {
  margin-right: 20px;
}
.el-date-editor.el-input[data-v-59d25038],
.el-date-editor.el-input__inner[data-v-59d25038] {
  width: 220px;
}
.total[data-v-59d25038] {
  margin: 0;
  margin-bottom: 20px;
  height: 29px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: 29px;
}
.do-col[data-v-59d25038] {
  color: #cc9542;
  cursor: pointer;
}
.do-col img[data-v-59d25038] {
    vertical-align: middle;
}
.all-money[data-v-59d25038] {
  margin: 0 0 20px 0;
}
.span-1[data-v-59d25038] {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
}
.span-2[data-v-59d25038] {
  color: #282828;
  font-size: 16px;
}
.span-3[data-v-59d25038] {
  color: #ff0b0b;
  font-size: 16px;
}
[data-v-59d25038] .el-dialog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-btn .more-btn-three[data-v-59d25038] {
  width: 50px;
  height: 0;
  overflow: hidden;
}
.more-btn[data-v-59d25038]:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-btn:hover .more-btn-three[data-v-59d25038] {
    width: 90px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.left[data-v-59d25038] {
  width: 30%;
  padding-left: 60px;
  font-size: 16px;
}
.left .top[data-v-59d25038] {
    width: 100%;
    height: 150px;
}
.left .left-bottom[data-v-59d25038] {
    width: 100%;
    height: 150px;
    border-top: 1px solid #ccc;
}
.right[data-v-59d25038] {
  width: 55%;
  border-left: 1px solid #ccc;
}
.right .right-type[data-v-59d25038] {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.right .right-type[data-v-59d25038] .el-form-item__content {
      width: 77%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.right .right-type[data-v-59d25038] .el-radio {
      width: 50%;
      margin-right: 0;
      height: 40px;
}
.right .right-type[data-v-59d25038] .el-radio img {
        vertical-align: middle;
}
.right[data-v-59d25038] .deal-money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.right[data-v-59d25038] .deal-money .el-form-item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.right[data-v-59d25038] .deal-money .el-form-item__content .deal-money-amount {
        width: 120px;
}
.btno2[data-v-59d25038] {
  margin-left: 30px;
}
[data-v-59d25038] .btno2.el-form-item {
  width: 90%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
[data-v-59d25038] .btno2.el-form-item .el-form-item__content {
    width: 77% !important;
}
.btno3.el-form-item[data-v-59d25038] {
  margin-bottom: 2px;
  margin-left: 30px;
}
.line[data-v-59d25038] {
  width: 180px;
  height: 1px;
  background: #ccc;
  margin-left: 30px;
}
.line2[data-v-59d25038] {
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.merbers-dialog .el-dialog__body[data-v-59d25038] .el-form {
  width: 100% !important;
}
.merbers-form[data-v-59d25038] {
  width: calc(100% - 20px);
  padding: 0 20px;
}
.merbers-form .el-col-11[data-v-59d25038] {
    margin-right: 30px;
}
.merbers-form .el-col-11 .el-form-item[data-v-59d25038] {
      width: 100%;
      margin-bottom: 10px;
}
.merbers-form .el-col-11 .el-form-item[data-v-59d25038] .el-form-item__content {
        width: calc(100% - 98px) !important;
}
.merbers-form .el-col-11 .el-form-item[data-v-59d25038] .el-form-item__content .el-date-editor.el-input {
          width: 100%;
}
.merbers-form .el-col-11 .el-form-item[data-v-59d25038] .el-form-item__content .el-select {
          width: 100%;
}
[data-v-59d25038] .el-input-group__append {
  color: #606266;
  background: #f4f5f5;
}


.con[data-v-e399098c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}
.btno[data-v-e399098c] {
  margin: 0px 10px 10px 0;
}
.btn[data-v-e399098c] {
  float: right;
  margin: 10px 30px 26px 0;
}

.tip[data-v-3d64fe58] {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #3890ff;
  line-height: 22px;
  cursor: pointer;
}
[data-v-3d64fe58] .el-input-group__append {
  color: #606266;
  background: #f4f5f5;
}

.warp .title[data-v-2181b62d] {
  margin-bottom: 17px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
}
.warp .title .line[data-v-2181b62d] {
    margin-right: 11px;
    width: 4px;
    height: 17px;
    background: #e48c3d;
}
.container[data-v-2181b62d] {
  height: 100vh;
}
.content[data-v-2181b62d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.content .avatar-uploader[data-v-2181b62d] {
    border: 1px solid #dddee0;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 11px;
    border-radius: 4px;
}
.content .avatar-uploader .el-icon-plus[data-v-2181b62d] {
      width: 30px;
      height: 30px;
      border-radius: 2px;
      line-height: 30px;
      font-size: 28px;
      color: #606060;
}
.content .avatar-uploader .avatar[data-v-2181b62d] {
      width: 100px;
      height: 100px;
}
.content .avatar-uploader1[data-v-2181b62d] {
    border: 1px solid #dddee0;
    width: 170px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 11px;
    border-radius: 4px;
}
.content .avatar-uploader1 .el-icon-plus[data-v-2181b62d] {
      width: 30px;
      height: 30px;
      border-radius: 2px;
      line-height: 30px;
      font-size: 28px;
      color: #606060;
}
.content .avatar-uploader1 .avatar[data-v-2181b62d] {
      width: 170px;
      height: 120px;
}
.content .tip1[data-v-2181b62d] {
    margin-top: 3px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #9c9c9c;
    line-height: 24px;
    margin: 0;
}
.content .jump[data-v-2181b62d] {
    margin: 0;
    padding: 0;
}
.content .jump span[data-v-2181b62d] {
      color: #1790ff;
      cursor: pointer;
}
.content .tip[data-v-2181b62d] {
    margin: 0;
    color: #bebebe;
}
.content .right[data-v-2181b62d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}
.content .right p[data-v-2181b62d] {
      width: 100px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      color: #101010;
      line-height: 22px;
      margin: 0;
}
.content .right .post[data-v-2181b62d] {
      width: 370px;
      height: 640px;
      border: 1px solid #f5f5f5;
}
.bottom[data-v-2181b62d] {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 38px);
  -webkit-box-shadow: 0px 0px 5px #d0d0d0;
          box-shadow: 0px 0px 5px #d0d0d0;
  height: 68px;
  left: 16px;
  background: #ffffff;
}
.bottom div[data-v-2181b62d] {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #282828;
    line-height: 45px;
}

header[data-v-19223f31] {
  border: 1px solid #dddfe7;
  height: 150px;
  border-radius: 6px;
  font-size: 16px;
  color: #101010;
  padding: 20px 20px;
}
header .s[data-v-19223f31] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .s span[data-v-19223f31] {
      margin-left: 10px;
      line-height: 27px;
}
header .s p[data-v-19223f31] {
      margin: 0;
      color: #dddfe7;
}
header .s img[data-v-19223f31] {
      width: 15px;
      height: 15px;
      margin-top: 5px;
}
header .x[data-v-19223f31] {
    margin: 20px 0;
}
header .x span[data-v-19223f31] {
      margin-left: 10px;
      line-height: 27px;
}
header .x img[data-v-19223f31] {
      width: 15px;
      height: 15px;
      margin-top: 5px;
}
.main[data-v-19223f31] {
  margin-top: 10px;
}
.mainHeader[data-v-19223f31] {
  padding: 20px 20px;
  font-size: 16px;
  color: #101010;
}
.mainHeader img[data-v-19223f31] {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.mainHeader span[data-v-19223f31] {
    margin-left: 10px;
    line-height: 27px;
}
.el-input[data-v-19223f31] {
  width: 405px;
}
.inp1[data-v-19223f31] {
  width: 103px;
}
.inp2[data-v-19223f31] {
  width: 128px;
}
.dao[data-v-19223f31] {
  margin: 0 13px;
}
.el-table td[data-v-19223f31],
.el-table th[data-v-19223f31] {
  text-align: center;
}
.line[data-v-19223f31] {
  margin-bottom: 30px;
}
.line[data-v-19223f31] .el-divider__text,
  .line .el-link[data-v-19223f31] {
    font-size: 16px;
}

.tabs[data-v-7bb6162b] .el-tabs__item {
  padding: 0;
}

