/*首页bg*/
body{
background-color: #eff1f4!important;
}
.top{
    background: url("../img/bg.png");
    height: 227px;
    width: 100%;
}
.logo{
    justify-content: center;
    display: flex;
}
.logo img{
    margin: 36px auto 10px;
}
.pharmacy{
    font-size: 26px;
}
.hospital{
    display: flex;
    justify-content: center;
    /*font-size: 26px;*/
    align-items: center;
    margin-top: 50px;
}
.hospitalColor{
    color: #0b4983;
}
.hospital img{
    padding-left: 10px;
    padding-top: 4px;
}
.container{
    max-width: 1300px;
}
/*个人信息*/
.personal{
    color: #0b4983;
    margin-top: 10px;
}
.personal .level{
    background-color: #cfe7fd;
    border-radius: 20px;
    padding: 0 6px;
    font-size: 12px;
}
.personal span{
    padding: 0 10px;
}


/*问诊服务*/
.service{
    margin-top: 5%;
    min-height: 200px;
    text-align: center;
}

.service .col img{
    border-radius: 20px;
    box-shadow: 0px 8px 17.28px 0.72px rgba(6, 29, 148, 0.39);

}
.service .col img:hover{
    cursor:pointer;
    box-shadow: 0px 8px 17.28px 0.72px rgba(7, 30, 148, 0.55);
    margin-top: -2px;
}
.timeList{
    color: #858c99;
    margin: 20px 0;
    padding-left: 28px;
}
.timeList:hover{
    cursor:pointer;

}
.mine{
    margin-top: 8%;
    padding: 0 200px;
}
.mine .col{
    text-align: center;
    min-width: 130px;
    height: 40px;
}
.mine .col a{
    color: #626262;
    text-decoration:none;
    font-size: 20px;
}
.mine .col a:hover{
    color: #eb9472;
    font-size: 22px;
}
.modal-footer{
    justify-content: center;
    margin-top: 5%;
    color: #bebebe;
}
.path{
    max-width: 930px;
    height: 16px;
    line-height: 35px;
    margin-top: 20px;
    display: block;
}
/*就诊人列表*/
.patientItem,.drugsItem{
    padding: 15px;
    color: #999;
}
.list li{
    border-bottom: 1px solid #ededed;
}
.list li:last-of-type{
    border:none;
}
.patientItem:hover{
    cursor:pointer;
    box-shadow: 0px 8px 10px 0.72px rgba(6, 29, 148, 0.2);
    background-color: #f8f8ff;
    border-radius: 10px;
}
.patientItem .name,.drugsItem .name{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.right-5{
    padding-right: 5px;
}
.top-5{
    margin-top: 5px;
}
/*添加就诊人*/
.area{
    border-bottom: 5px dashed #eff1f4 ;
    padding: 20px 0;
}
.height-35{
    min-height: 35px;
    line-height: 35px;
}
.height-35 .form-check .form-check-input{
    margin-top: 10px;
}
.patient-label-control {
    display: inline-block;
    width: 200px;
    margin-bottom: 5px;
    min-width: 80px;
    padding-right: 10px;
    line-height: 35px;
    position: relative;
    float: left;
    text-align: right;
}
.saveBtn{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.saveBtn button{
    /*min-width: 160px;*/
}
/*问诊-选择病症*/
.diseaseType,.pharmacyType{
    height: 200px;
    /*overflow: scroll;*/
    overflow-y:scroll;
    border: 1px solid #ededed;
}
.checkedDiseaseType{
    padding: 5px 10px;
    border: 1px dashed #eb9472;
}
.checkedDiseaseType img{
    padding-left: 10px;
}
.diseaseType,.drugsType,.pharmacyType{
    margin-top: 20px;
}
.diseaseType ul li,.drugsType ul li,.pharmacyType ul li{
    padding: 5px 10px;
}
.active, .diseaseType ul li:hover,.drugsType ul li:hover,.pharmacyType ul li:hover{
    cursor: pointer;
    background-color: #cfe7fd;
}
/*选择药品-药品详情模态框*/
.drugsType ul li span{
    width: 100px;
    color: #999;
    display: inline-block;
    line-height: 35px;
}

/*todoList*/
.nav-pills li a{
    padding: 5px 15px!important;
}
.remind{
    background-color: #fff;
    border-radius: 10px;
    color: red;
    height: 15px;
    width: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 10px;
}
.left-45{
    padding: 0 45px;
}
.left-55{
    padding: 0 55px;
}
.detailsTitle{
    font-size: 16px;
    color: #4198e9;
    padding-left: 10px;
}
.drug{
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.drug:last-of-type{
    border: none;
}
.bg-details{
    background-color: #4198e9;
    border-radius: 29px;
    color: #fff;
    padding: 0px 10px;
    margin-left: 10px;
    display: inline-block;
}
.bg-details:hover{
    cursor: pointer;
}
.orderly li{
    list-style: auto;
    color: #999;
}
.top-50{
    margin-top: 50px;
}
.top-15{
    margin-top: 15px;
}
.margin-lr-10{
    margin: 0 10px;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #0d6efd;
}
.price{
    color: #eb9472;
    font-size: 16px;
    font-weight: bold;
}
.margin-l8{
    margin-left: -8px;
}
.drugsItem:hover{
    box-shadow: 0px 8px 10px 0.72px rgba(6, 29, 148, 0.2);
    background-color: #f8f8ff;
    border-radius: 10px;
}
.btn-outline{
    color: #eb9472;
    border: 1px solid #eb9472;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 5px 0;
    background-color: #fff;
}
.float-r{
    float: right;
}
.border-grey{
    border:1px solid #ced4da;
}
.noListStyle ul li{
    list-style-type:none
}
#qrcode{
    display: none;
    position: absolute;
    right: 150px;
    bottom: -35px;
    height: 120px;
    background-color: #fff;
    z-index: 303;
    border: 10px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(0 0 0 0.1);
    border-radius: 12px;
}
#myBtn{
    cursor: pointer;
}
.fee{
    display: flex;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    margin-top: 20%;
}
.fee .row{
    margin: 10px;
}
.fee .row img{
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(0 0 0 0.1);
    border-radius: 10px;
}
.feeTitle{
    font-size: 20px;
}
.state{
    float: right;
    color: #eb9472;
}
.finish{
    float: right;
    color: #666;
}
.szPhoto{
    width: 100px;
}
.chooseDrug{height:53px}
#imgZoomInModal{
    background: #0000006b;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.imgZoomInModal_div{
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#bigImg{
    transform: scale(1) rotate(0deg);
    margin-left: 0px;
    margin-top: 0px;
    max-height: 100%;
    max-width: 100%;
}
.left-65{
    padding-left: 65px;
}
#videoChatMsg{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    display: block;
    background-color: #494949d6;
    box-shadow: 0px 5px 5px #00000080;
    text-align: center;
    line-height: 60px;
    z-index: 1000000000;
}
.videoChatMsgText{
    height: 30px;
    color: #fff;
}
#videoChatMsg .btn{padding:5px 40px !important;}
#capture{background-color:#fff}
@media (max-width: 768px) {
  .service .col {
    padding: 20px;
  }
  .mine{padding:10px}
  .drug .left-55 .col{flex: none;}
  .drug_lists{padding-left: 0px;}
  .drug_lists .drug .left-45{padding: 0}
  .drug_lists .drug .left-55{padding: 0}

}