@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    line-height: 1.3;
    cursor: pointer;
    -webkit-text-size-adjust: none; /*禁止设备浏览器对文字大小做出适应调整*/
    -webkit-font-smoothing: antialiased; /*字体抗锯齿*/
    -moz-osx-font-smoothing: grayscale; /*字体抗锯齿*/
}

html {
    height: 100%;
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-font-size: 12px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

ul li {
    list-style: none;
}

img {
    border: none;
}

a, button, input, optgroup, select, textarea, span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    appearance: none; /*取消默认箭头*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

div, p, span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

input {
    border: none;
    background: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

textarea {
    resize: none;
    padding: 0 10px;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}

.wrap1 {
    width: 92%;
    height: auto;
    margin: 0 auto;
}

.BoxRadios {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.large-box {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
}

/*首页*/
.home-box {
    padding-top: 1px;
}

.logo {
    width: 244px;
    display: block;
    margin: 64px auto 0;
    height: 87px;
    background: url("../img/logo.png");
    background-size: 100% 100%;
}

.home-name {
    font-size: 21px;
    color: #1d78b6;
    text-align: center;
    padding-top: 110px;
}

.tab-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    margin-top: 65px;
}

.tab-li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 17px;
    color: #1d78b6;
}

.tab-li-active {
    background: #1d78b6;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.home-search-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    border: 2px solid #1d78b6;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-search {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    font-size: 14px;
    color: #333;
    padding: 0 6px;
}

.search-submit {
    width: 44px;
    height: 100%;
    background: url("../img/search.png") center no-repeat;
    background-size: 100% 100%;
}

.logo2 {
    width: 186px;
    display: block;
    margin: 220px auto 0;
    height: 36px;
    background: url("../img/logo2.png");
    background-size: 100% 100%;
}

/*用药审查*/
.list-li {
    border-bottom: 1px solid #eee;
}

.list-li .wrap1 {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    height: 70px;
}

.list-icons {
    width: 18px;
    height: 20px;
}

.list-icons1 {
    background: url("../img/icon1.png");
    background-size: 100% 100%;
}

.list-icons2 {
    background: url("../img/icon2.png");
    background-size: 100% 100%;
}

.list-icons3 {
    background: url("../img/icon3.png");
    background-size: 100% 100%;
}

.list-li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 17px;
    color: #000;
    margin-left: 12px;
}

.icon4 {
    width: 6px;
    height: 12px;
    background: url("../img/icon4.png") center no-repeat;
    background-size: 100% 100%;
}

.title-logo {
    width: 81px;
    height: 81px;
    display: block;
    margin: 58px auto 0;
    background: url("../img/title-logo.png") center no-repeat;
    background-size: 100% 100%;
}

.title-desc {
    font-size: 15px;
    color: #1d78b6;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
}

.title-desc2 {
    font-size: 12px;
    color: #999;
    text-align: center;
}

/*检索及历史*/
.searchHistory-box {
    padding-top: 15px;
}

.searchHistory-box .home-search-wrap {
    margin-top: 0;
}

.search-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 10px;
}

.search-title p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: #111;
}

.delete-icon {
    width: 14px;
    height: 15px;
    background: url("../img/delete.png") center no-repeat;
    background-size: 100% 100%;
}

.searchHistory-list {
    padding-bottom: 40px;
}

.searchHistory-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.searchHistory-li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin: 0 7px;
    font-size: 15px;
    color: #16191c;
}

.icon5 {
    width: 13px;
    height: 13px;
    background: url("../img/icon5.png") center no-repeat;
    background-size: 100% 100%;
}

.icon6 {
    width: 9px;
    height: 9px;
    background: url("../img/icon6.png") center no-repeat;
    background-size: 100% 100%;
}

/*相互作用*/
.searchList2-box {
    padding-top: 15px;
}

.searchList2-box .home-search {
    color: #1d78b6;
    font-weight: bold;
}

.searchList2-list {
    margin-top: 12px;
    padding-bottom: 40px;
}

.searchList2-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
}

.searchList2-li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 15px;
    color: #16191c;
    margin-right: 6px;
}

.icon7 {
    width: 18px;
    height: 18px;
    background: url("../img/icon7.png") center no-repeat;
    background-size: 100% 100%;
}

/*第二搜索列表（减号图标）*/
.icon8 {
    width: 18px;
    height: 18px;
    background: url("../img/icon8.png") center no-repeat;
    background-size: 100% 100%;
}

.btns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
}

.delete-btn, .interaction-btn {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 45px;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    font-size: 15px;
    font-weight: bold;
}

.delete-btn {
    color: #1d78b6;
    background: #fff;
    border: 1px solid #1d78b6;
}

.interaction-btn {
    color: #fff;
    background: #1d78b6;
    border: 1px solid #1d78b6;
    margin-left: 15px;
}

/*相互作用内容页*/
.interaction-detail-box {
    padding-top: 15px;
    padding-bottom: 40px;
}

.interaction-detail-li {
    margin-top: 28px;
}

.interaction-detail-li:first-child {
    margin-top: 0;
}

.interaction-title {
    width: 96%;
    height: auto;
    min-height: 60px;
    /*background: #DDEBF4;*/
    background: url("../img/bg1.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.interaction-title-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    align-items: center;
    display: flex;
    font-size: 22px;
    color: #1d78b6;
    margin-left: 8%;
    margin-right: 4%;
    font-weight: bold;
    line-height: 35px;
    padding: 5px 0;
}

.interaction-title-name span {
    font-size: 30px;
    margin: 0 5%;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.title-names {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.icon9 {
    width: 41px;
    height: 55px;
    background: url("../img/icon9.png") center no-repeat;
    background-size: 100% 100%;
    margin: 5px 10px 0 0;
}

.interaction-detail-title {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-top: 28px;
}

.interaction-detail-desc {
    font-size: 15px;
    color: #605f5f;
    line-height: 27px;
    margin-top: 10px;
}

/*相互作用空页面*/
.title-top {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 100px;
}

/*禁慎用情况*/
.searchList3-box {
    padding-top: 15px;
}

.searchList3-box .search-submit {
    background: #1d78b6;
    font-size: 17px;
    color: #fff;
}

.search-title2 {
    display: block;
    padding: 10px 4%;
    background: #1d78b6;
    font-size: 14px;
    color: #fff;
}

.search-title2 span {
    color: #f18201;
    padding: 0 5px;
    font-weight: bold;
}

/*禁慎用详情*/
.prohibit-detail-box {
    padding-top: 15px;
}

.prohibit-detail-box .interaction-detail-title {
    color: #fff;
    background: #1d78b6;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.prohibit-detail-box .interaction-detail-title .wrap1 {
    padding: 7px 0;
    line-height: 20px;
}

/*药物分类*/
.drug-list-box {
    padding-bottom: 40px;
}

.drug-tab {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    border-bottom: 1px solid #EBF3F9;
}

.drug-li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #7fb8de;
}

.drug-li-active {
    color: #1d78b6;
    background: #DDEBF4;
}

.drugList-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.drugList-li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 15px;
    color: #16191c;
}

/*开富林*/
.KFL-li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
}

.KFL-li-top {
    font-size: 19px;
    color: #111;
    line-height: 1.3;
    font-weight: bold;
}

.KFL-li-btm {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

/*详细说明书内页*/
.drugDetail-box {
    padding-bottom: 40px;
}

.drugDetail-name {
    font-size: 19px;
    color: #111;
    font-weight: bold;
    padding-top: 20px;
}

.drugDetail-form {
    font-size: 14px;
    color: #999;
    padding-top: 11px;
}

.drugDetail-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.drugDetail-title-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: #111;
}

.open-btn {
    font-size: 13px;
    color: #999;
}

.open-btn span {
    font-size: 20px;
}

.drugDetail-crumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}

.drugDetail-crumbs span {
    font-size: 15px;
    color: #4275ff;
    background: url("../img/icon4.png") center no-repeat;
    background-size: 6px 12px;
    background-position: 100% 5px;
    margin-right: 6px;
}

.drugDetail-crumb-name {
    padding-right: 16px;
}

.drugDetail-crumbs .icon4 {
    margin: -3px 7px 0;
    vertical-align: middle;
    display: inline-block;
}

.drugDetail-crumbs-open {
    overflow: inherit;
    text-overflow: clip;
    white-space: inherit;
}

.drugDetail-liTxt {
    font-size: 15px;
    color: #605f5f;
    line-height: 27px;
}


/*识别iphone x*/
@supports (bottom: env(safe-area-inset-bottom)) {
    .btm_box {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

/*弹窗*/
.mask-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    /*display: none;*/
}

.mask-cover {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-mask .mask-cover {
    width: 92%;
}

.home-mask-txt {
    width: 88.4%;
    margin: 0 auto;
    padding: 5.5% 0;
    font-size: 15px;
    color: #000;
    line-height: 27px;
    text-indent: 30px;
}

.mask-btns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.mask-btns div {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    text-align: center;
}

.mask-btn-no {
    background: #D2E4F0;
    color: #1d78b6;
}

.mask-btn-yes {
    background: #1D78B6;
    color: #fff;
}

@media screen and (width: 360px) and (max-height: 640px) {
    .logo2 {
        margin-top: 150px;
    }
}

@media screen and (max-width: 320px) {
    .logo2 {
        margin-top: 160px;
    }
}

.used-txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #1D78B6;
}

.used-txt a {
    color: #1D78B6;
}

.userd-tit {
    color: #fff;
    background: #1D78B6;
    margin-top: 15px;
    padding: 7px 4%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.return_box {
    text-align: right;
    padding: 0 4%;
}

.return_btn {
    background: url(../img/return.png) no-repeat left center;
    -webkit-background-size: 16px 18px;
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333;;
}

.searchList-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.drug-name {
    font-size: 16px;
    color: #111;
    line-height: 1.3;
    font-weight: bold;
}

.company-name {
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}

.home_btn {
    background: url(../img/home.png) no-repeat left center;
    -webkit-background-size: 16px 18px;
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333;;
    margin-bottom: 15px;
}

.img_drug {
    max-width: 100%;
}


/*2021-01-04*/

.directory_sign {
    background-color: #1d78b6;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    border-radius: 40px;
    position: fixed;
    right: 4%;
    bottom: 4%;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
}

.cover.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s;
}

.directory_box {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(2000px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    z-index: 5000;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
}

.directory_box .directory_cont {
    padding: 0 4%;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    bottom: 20px;
    width: 100%;
}

.directory_box .directory_cont div {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    padding: 6px 0;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    -webkit-box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
}

.directory_box .directory_cont .active {
    color: #1d78b6;
}

.directory_box .directory_cont div:last-child {
    border-bottom: medium none;
}

.directory_tit {
    padding: 10px 4%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

.close_sign {
    background: url(../img/close.png) no-repeat center center;
    -webkit-background-size: 16px 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4%;
    top: 10px;
    z-index: 100;
}

.is-visible .directory_box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.like_box {
    color: #595959;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    float: right;
}

.like-btn {
    background: url(../img/unlike.png) no-repeat;
    width: 24px;
    height: 24px;
    -webkit-background-size: 100% 100%;
    display: block;
    border: medium none;
    outline: none;
    margin: 0 auto;
}

.like_box.active .like-btn {
    background: url(../img/like.png) no-repeat;
    -webkit-background-size: 100% 100%;
}

.history_icon {
    background: url(../img/history.png) no-repeat;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    display: block;
    border: medium none;
    outline: none;
    margin: 0 auto;
}

.favorite_icon {
    background: url(../img/favorite.png) no-repeat;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    display: block;
    border: medium none;
    outline: none;
    margin: 0 auto;
}


.left_home_logo {
    width: 30%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.right_back_item {
    font-size: 14px;
    color: #1D78B6;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}