#prescriptionModal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 1111;
}

/* #prescriptionIframe iframe::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#prescriptionIframe iframe::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 0;
}

#prescriptionIframe iframe::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 0;
}

#prescriptionIframe iframe::-webkit-scrollbar-thumb:hover {
  background: #999;
} */

.jk-prescription-content {
  position: absolute;
  top: 50px;
  right: 100px;
  background: #fff;
  z-index: 1111;
  height: 620px;
  width: 340px;
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 60%);
}

.jk-prescription-content .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  font-size: 18px;
}

.jk-prescription-content .title {
  background: #1096fa;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
}

.jk-prescription-login {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.jk-prescription-login .jk-prescription-login-content {
  position: relative;
  padding: 36px 66px;
  width: 446px;
  background: #ffffff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jk-prescription-login .jk-prescription-login-content .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 32px;
}

.jk-prescription-login .jk-prescription-login-content p {
  font-size: 16px;
}

.jk-prescription-login .jk-prescription-login-content .content {
  margin-top: 30px;
}

.jk-prescription-login .jk-prescription-login-content .sub-content {
  margin-top: 15px;
}

.jk-prescription-login .jk-prescription-login-content .btns {
  display: flex;
  justify-content: space-evenly;
  margin-top: 36px;
}

.jk-prescription-login .jk-prescription-login-content button {
  width: 128px;
  height: 40px;
  background: #1096fa;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 14px;
}

.rx-img-monolayer,
.rx-desc-monolayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 1111;
}

.rx-img-monolayer .monolayer-type {
  position: absolute;
  padding: 6px 16px;
  color: #fff;
  background: #1096fa;
  border-radius: 0 0 8px 0;
  top: 0;
  left: 0;
}

.rx-img-monolayer .monolayer-title {
  font-size: 14px;
  margin: 140px auto 0;
  width: 280px;
}

.rx-desc-monolayer .monolayer-title {
  font-size: 14px;
  width: 500px;
  margin: 160px 0 0 160px;
}

.rx-img-monolayer .monolayer-subtitle {
  font-size: 14px;
  margin: 0 auto;
  width: 280px;
}

.rx-desc-monolayer .monolayer-subtitle {
    font-size: 14px;
    margin: 0 0 0 160px;
    width: 500px;
}

.rx-img-monolayer .monolayer-subtitle .apply-btn,
.rx-desc-monolayer .monolayer-subtitle .apply-btn {
  color: #1096fa;
  cursor: pointer;
}
