/* your styles go here */
.login-page .form-holder .info {
    flex-direction: column
}

.logos {
    margin: 40px auto 0 auto;
}

.logos img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.login-page .form-holder .info .content {
    height: 80%;
}

.login-page .form-holder .info .content .logo {
    margin-top: 200px;
}

.left-logo {
    /*position: absolute;*/
    /*bottom:50px;*/
    margin-bottom: -11px;
}

.left-logo img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.version-fot {
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 12px;
}

.left-copyright {
    position: fixed;
    bottom: 1vw!important;
    font-size: 12px;
    margin: auto;
    width: 256px;
    text-align: center;
    color: #dee2e6;
}

@media screen and (min-width: 960px) and (max-width: 1919px) {
    .login-page .form-holder .info .content .logo {
        margin-top: 140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .login-page .form-holder .info .content .logo {
        margin-top: 120px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .login-page .form-holder .info .content .logo {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .login-page .form-holder .info .content .logo {
        margin-top: 20px;
    }
}

/* 修改价格 */
.prescription-price {
    padding: .3rem .4rem;
    position: relative;
    /* margin-right: 15px; */
    background: #2cb8c5;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: .9rem;
    border: 1px solid #2cb8c5;
    letter-spacing: 1px;
    /*margin-left: 10px*/
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfp-prcie {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    display: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden auto;
}
.backs-prcie {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14;
    display: none;
    background: rgba(27, 29, 33, 0.8);
    z-index: 19;
}

.price-closes{
    width: 30px;
    height: 30px;
    top: 13px;
    right: 18px;
    /* position: absolute; */
    opacity: 1;
    z-index: 6;
}

.mfp-prcie .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
}
.per-box{width: 100%;margin-bottom:20px;}
/* 修改价格 */
/**
拖拽选中样式
 */
.blue-background-class {
    border:2px dashed #E4E4E4;
}
.drug-search-list .active{
    background-color:#2cb8c5;
}


.circular1{
    width: 50px;
    height: 30px;
    border-radius: 16px;
    background-color: #ccc;
    transition: .3s;
    cursor: pointer;
}
.round-button1{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    transition: .3s;
    position: relative;
    left: 0;
}
.round-button1:hover{
    transform: scale(1.2);
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.prescription-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chai-out{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content:  center;
}
.chai{
    font-weight: 600;
    font-size: 14px;
    color: #11142d;
    margin-right: 12px;
}
.searchs-medicine{
    margin: 0!important;
    width: 55%!important;
    border-radius: 8px!important;
    padding: 9px 10px!important;
    position: relative;
}
/*弹窗*/

.medicine__wrap{
    top: 2.3vw;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1043;
    position:absolute;
    display: none;
    background: #fff;
    border-radius:0 0 8px 8px!important;
    border-top:1px solid #f0f3f6;
    border-bottom:1px solid #f0f3f6;
    max-height: 260px;
    overflow: auto;
}
.prescription-table3 {
    border: 0.5px solid #e4e4e4;
    /* border-radius: 8px; */
    /*overflow: hidden;*/
    margin-top: 15px;
}
/*弹窗*/