@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 {
    font-size: 100px;
    height: 100%;
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    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;
}

.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;
}

.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;
}

/*用药审查*/
.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-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;
}

.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: 15px;
    height: 15px;
    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;
    word-wrap: break-word;
}

/*相互作用空页面*/
.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: #83AFD6;
    font-size: 14px;
    color: #fff;
}

.search-title2 span {
    color: #1d78b6;
    padding: 0 5px;
}

/*禁慎用详情*/
.prohibit-detail-box .interaction-detail-title {
    color: #fff;
    background: #1d78b6;
    margin-top: 15px;
}

.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;
}

.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;*/
    z-index: 99;
}

.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;
}

.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) {
    .home-box-new .home-search {
        font-size: 12px;
    }

    .logo2 {
        margin-top: 160px;
    }
}





/*2022-5-23*/
/*首页*/
.flex-between {
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex1 {
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 0;
}

.flex-direction-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
}
.flex-between-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center; 
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-align-items: center;
}
.flex-center {
    /*旧弹性盒*/
    /*Internet Explorer 10*/
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /*Firefox*/
    display: -moz-flex;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/*首页*/
.home-box-new {
    height: 100%;
    overflow: hidden;
}

.home-box-new .wrap1 {
    width: 84%;
    margin: 0 auto;
}

.home-box-new .logo {
    background: url(../img/logo-new.png) no-repeat;
    background-size: 100% auto;
    width: 178px;
    height: 67px;
    margin: 0 auto;
    margin-top: 70px;
}

.home-box-new .home-search-wrap {
    height: 44px;
    border-radius: 22px;
    border: 2px solid #DDDDDD;
    border-right: none;
    margin-top: 40px;
}

.home-box-new .home-search {
    background: none;
    padding: 0 15px;
}

.home-box-new .search-submit {
    background: url(../img/search-new.png) no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 44px;
}

.home-box-new .tab-wrap {
    width: 64%;
    margin: 0 auto;
    margin-top: 60px;
}

.home-box-new .tab-wrap a {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    padding-top: 52px;
}

.tab-li01 {
    background: url(../img/home-icon1.png) no-repeat top center;
    background-size: 44px 44px;
}

.tab-li02 {
    background: url(../img/home-icon2.png) no-repeat top center;
    background-size: 44px 44px;
}
.tab-li03 {
    background: url(../img/home-icon3.png) no-repeat top center;
    background-size: 44px 44px;
}

.home-box-new .logo2 {
    background: url(../img/logo2.png) no-repeat;
    background-size: 100% auto;
    width: 144px;
    height: 32px;
}

/*用药审查*/
.top-box-wrap {
    background: #FFFFFF;
    width: 100%;
    height: 54px;
    padding: 0 4%;
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
    font-size: 17px;
    color: #222222;
    line-height: 54px;
    text-align: center;
}

.top-box-wrap div.flex {
    padding: 9px 0;
}

.top-box-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.reback-btn {
    background: url(../img/reback-btn.png) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.gohome-btn {
    background: url(../img/home-btn.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
}

.large-box-new .list-li {
    width: 89.3%;
    height: 60px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 20px;
    background: #F8F9FA;
    border-radius: 10px;
}

.large-box-new .list-li .wrap1 {
    background: url(../img/icon4-new.png) no-repeat right center;
    background-size: 14px 14px;
    height: auto;
}

.large-box-new .list-icons {
    width: 30px;
    height: 30px;
}

.large-box-new .list-li p {
    margin-left: 15px;
}

/*搜索结果*/
.top-search-box {
    height: 36px;
    background: #F7F8F9;
    border-radius: 18px;
    padding: 0 14px;
    margin-left: 13px;
}

.search-btn {
    background: url(../img/search-btn.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 16px;
    margin-right: 7px;
}

.result-title {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin: 10px 0 2px 0;
    padding: 0 4%;
    text-align: left;
}

.top-box-wrap .result-title {
    padding: 0;
}

.blub-keyword {
    color: #3B76B2;
}

.one-result {
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    border-bottom: 1px solid #F0F0F0;
    /* padding: 14px 0 15px 0; */
    padding: 12px 0;
}

.one-result a {
    display: block;
    color: #222222;
}

/*药物分类*/
.large-box-new .drug-tab {
    height: 46px;
    border-bottom: 1px solid #EEEEEE;
}

.large-box-new .drug-li {
    font-size: 15px;
    color: #999999;
    line-height: 23px;
}

.large-box-new .drug-li p {
    padding: 12px 0 10px 0;
}

.btm-line {
    width: 12px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
}

.large-box-new .drug-list {
    display: none;
}

.large-box-new .show {
    display: block;
}

.large-box-new .drug-li-active {
    background: none;
    color: #3B76B2;
    font-weight: bold;
}

.drug-li-active .btm-line {
    background: #3B76B2;
}

.large-box-new .drugList-li {
    display: block;
    background: url(../img/icon4-new.png) no-repeat right center;
    background-size: 14px 14px;
    padding-right: 20px;
}

/*相互作用*/
.mar-left15 {
    margin-left: 15px;
}

.large-box-new .searchList2-list {
    margin-top: 0;
}

.large-box-new .searchList2-li {
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    padding: 14px 0 15px 0;
}

.large-box-new .icon7 {
    background: url(../img/icon7-new.png) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
}

.large-box-new .icon8 {
    background: url(../img/icon8-new.png) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
}

/*提醒*/
.warn-top-wrap {
    width: 100%;
    height: 60px;
    background: #3B76B2;
    padding: 15px 4%;
}

.logo-top-white {
    display: block;
    background: url(../img/logo-top2.png) no-repeat;
    background-size: 100% auto;
    width: 102px;
    height: 30px;
}

.warn-cont-wrap {
    /* margin-top: 85px; */
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.warn-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    margin-bottom: 10px;
}

.code-box {
    width: 176px;
    margin: 0 auto;
    margin-top: 25px;
}

.code-input {
    width: 112px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    padding: 0 6px;
}

.code-img-box {
    margin: 15px 0 40px 0;
    padding-left: 64px;
    text-align: left;
}

.code-img {
    width: 70px;
    height: 26px;
    background: #F4F6FD;
    border-radius: 2px;
}

.checkout-btn {
    width: 176px;
    height: 40px;
    background: #3B76B2;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.reback-text {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #3B76B2;
    line-height: 24px;
    margin-top: 20px;
}

.warn-btm-wrap {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: center;
    padding-bottom: 40px;
}

.warn-btm-wrap p {
    margin-bottom: 8px;
}

/*用药审查-详情*/
.logo-top-black {
    display: block;
    background: url(../img/logo-top1.png) no-repeat;
    background-size: 100% auto;
    width: 102px;
    height: 30px;
}

.catalog-btn {
    background: url(../img/catalog-btn.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    margin-left: 18px;
}

.investigate-detail-box {
    padding-top: 54px;
    margin-top: 19px;
}

.drug-name {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    margin-bottom: 8px;
}

.drug-english-name {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
}

.catalog-popbox {
    background: #FFFFFF;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    max-height: 91%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 14px 54px 20px;
    z-index: 9999;
}

.close-btn-box {
    text-align: right;
}

.close-btn {
    background: url(../img/close.png) no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
}

.catalog-title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 20px;
    margin-bottom: 30px;
}

.catalog-list {
    padding-right: 6px;
    overflow-y: auto;
}

.catalog-li {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 14px;
}

.app-box {
    width: 100%;
    height: 34px;
    position: fixed;
    bottom: 40px;
    left: 0;
    text-align: center;
    z-index: 9;
}

.app-btn {
    width: 36%;
    height: 34px;
    background: #3B76B2;
    border-radius: 17px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}


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




/*药食禁忌*/
.taboo-top-box {
    position: relative;
}

.wordFlow {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 #D8DAE2;
    position: absolute;
    top: 102%;
    left: 0;
}

.oneFlow {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #F6F7FA;
}

.keyWord {
    color: #4B75FD;
}

.taboo-tab-list {
    height: 48px;
    padding: 5px 40px 0 40px;
    border-bottom: 1px solid #F0F0F0;
}

.one-food {
    font-size: 15px;
    color: #222222;
    line-height: 41px;
    border-bottom: 2px solid #fff;
}

.current-food {
    color: #4B75FD;
    font-weight: bold;
    border-bottom: 2px solid #4B75FD;
}

.taboo-cont-list {
    width: 92%;
    margin: 0 auto;
}

.taboo-cont {
    display: none;
}

.one-drug {
    padding: 14px 0 15px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    color: #222222;
    line-height: 21px;
}

/*2022-6-23列表页修改，工具栏固定，内容部分内部滚动*/
.large-box-new {
    width: 100%;
    height: 100%;
}

.content-box-wrap {
    width: 100%;
    padding: 0 4%;
    overflow-y: auto;
}

/* 2023-2-15-新增-首页 */
.tab-wrap-new{
    width: auto !important;
    margin-top: 30px !important;
}
.home-tap-center{
    margin-top: 15px;
}
.tap-center-box{
    background: #F7F8F9;
    border-radius:16px;
    padding: 5px 11px 5px 5px;
}
.tap-center-box p{
    font-size: 14px;
    color: #3B76B2;
    line-height: 21px;
    margin: 0 7px 0 9px;
}
.tap-center-icon1{
    width: 22px;
    height: 22px;
    background: url(../img/home-icon4.png) no-repeat;
    background-size: 100% 100%;
}
.tap-center-icon2{
    width: 22px;
    height: 22px;
    background: url(../img/home-icon5.png) no-repeat;
    background-size: 100% 100%;
}
.tap-center-arrow{
    width: 10px;
    height: 10px;
    background: url(../img/home-icon6.png) no-repeat;
    background-size: 100% 100%;
}

/* 2013-2-15-新增-用药须知列表 */
.gudie-list-top{
    width: 100%;
    padding: 9px 18px 9px 15px;
    border-bottom: 1px solid #EEEEEE;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
}
.guide-reback{
    width: 20px;
    height: 20px;
    background: url(../img/reback-btn.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}
.guide-input-box{
    width: 100%;
    height: 36px;
    background: #F7F8F9;
    border-radius: 18px;
    padding: 0 0 0 20px;
}
.guide-input-box input{
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}
.guide-search-btn{
    width: 60px;
    height: 36px;
    border-radius: 22px;
    background: url(../img/search-btn-new.png) no-repeat #3B76B2;
    background-size: 20px 20px;
    background-position: center center;
}
.input-close-btn{
    width: 20px;
    height: 20px;
    background: url(../img/close-btn.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}
.gudie-list-box{
    padding: 0 15px 0 15px;
}
.padding-top-55{
    padding-top: 55px;
}
.padding-top-103{
    padding-top: 103px;
}
.gudie-list{
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 0;
    font-size: 15px;
    color: #222;
    line-height: 21px;
}
.gudie-list:last-child{
    border-bottom:none;
}
.text-blue{
    color: #3B76B2;
}
.guide-nav-box{
    border-bottom: 1px solid #F0F0F0;
    padding: 14px 0 0 30px;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 3;
    background: #fff;
    width: 100%;
}
.guide-nav{
    font-size: 15px;
    color: #B1B1B1;
    line-height: 21px;
    padding-bottom: 12px;
    margin-right: 24px;
}
.guide-nav-a{
    font-size: 15px;
    font-weight: bold;
    color: #3B76B2;
    line-height: 21px;
    border-bottom: 2px solid #3B76B2;
    padding-bottom: 10px;
}
.text-big{
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    line-height: 24px;
}
.gudie-list-title{
    padding: 19px 0 5px 0;
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
}
.text-red-bg{
    background: #F44343;
    border-radius: 2px;
    border: 1px solid #F44343;
    padding: 0 4px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 16px;
    margin-right: 7px;
}
.text-grey-12{
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
    margin-top: 8px;
}
.grey-line{
    border-top: 1px solid #F0F0F0;
}

/* 定位列表页 */
.interactionList{
	/* height: 100%;
	overflow: hidden; */
	/* padding-top: 56px; */
	box-sizing: border-box;
}
.listContent{
	width: 100%;
	height: 100%;
	position: relative;
	/* display: none; */
	overflow-y: auto;
}
.show{
	display: block;
}
.leftList{
	width: 92%;
	/* height: 100vh; */
	height: 100%;
	overflow-y: auto;
}
.leftList::-webkit-scrollbar{
	display: none;
}
.oneList{
	margin-bottom: 15px;
}
.listTop{
	width: 100%;
	height: 24px;
	font-size: 14px;
	color: #B1B1B1;
	line-height: 20px;
	padding-left: 15px;
	box-sizing: border-box;
    margin-top: 20px;
}
.listItem{
	padding: 0 15px;
	height: 51px;
	border-bottom: 1px solid #F7F8FA;
	font-size: 16px;
	color: #121822;
	line-height: 51px;
}

.letterList{
	position: fixed;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
    width: 15px;
    background: #F6F7F8;
    border-radius: 8px;
    padding-bottom: 10px;
}
.letterList ul{
	width: 100%;
}
.oneLetter{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #b1b1b1;
	line-height: 20px;
	text-align: center;
}
.activeLetter{
	color: #4B75FD ;
    font-weight: bold;
}

.letter{
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	font-size: .4rem;
	color: #fff;
	opacity: 0;
}
.overflow-normal{
    overflow: hidden ;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}