.details-content {
    margin: 80px auto;
    max-width: 1344px;
}

.logo1 {
    display: none;
}

.back-icon {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    letter-spacing: 3px;
    text-align: left;
}

.drugs-info {
    max-width: 1344px;
    height: 226px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
    margin-bottom: 26px;
    display: flex;
    box-sizing: border-box;
}

.drugs-info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px !important;
}

.drug-img {
    width: 186px;
    height: 186px;
    margin-right: 20px;
}

.drug-name {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.drug-intro {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    margin-top: 9px;
    height: 92px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 限制显示的行数 */
    -webkit-box-orient: vertical;
}

.drug-price {
    font-weight: 500;
    font-size: 28px;
    color: #FE7133;
    line-height: 33px;
    font-style: normal;
    text-transform: none;
}

.ml-5 {
    margin-left: -5px;
}

.plate {
    margin-bottom: 30px;
}

.drugs-specification {
    margin-top: 26px;
    padding: 0 70px;
    max-width: 1344px
}

.drugs-specification-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
}

.drugs-specification-content {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
}

.page-foot {
    height: 88px !important;
    box-sizing: border-box;
}

.page-foot p span {
    font-size: 14px !important;
}

.page-foot p a {
    font-size: 14px !important;
}


.friendlyTip {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
}

.mobile {
    display: none;
}

.drug-specification span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.drug-modelNumber span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.drug-modelNumber {
    display: block;
}

.drug-specification {
    margin-top: 5px;
}

@media screen and (max-width:1366px) {
    .drugs-info {
        max-width: 1050px;
        margin: auto;
        height: 226px;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
        border-radius: 20px 20px 20px 20px;
        margin-top: 40px;
        margin-bottom: 26px;
        display: flex;
        box-sizing: border-box;
    }

    .details-content {
        margin: 80px auto;
        max-width: 1050px;
    }

    .logo img {
        width: 100px !important;
        height: 30px;
    }
}

/* @media screen and (max-width:1140px) {
    .drugs-info {
        max-width: 920px;
        margin: auto;
    }
} */

@media screen and (max-width:1000px) {
    .drugs-info {
        max-width: 820px;
        margin: auto;
        height: 226px;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
        border-radius: 20px 20px 20px 20px;
        margin-top: 20px;
        margin-bottom: 26px;
        display: flex;
        box-sizing: border-box;
    }

    .details-content {
        margin: 70px auto;
        max-width: 820px;
    }

    .page-foot p span {
        font-size: 12px !important;
    }

    .page-foot p a {
        font-size: 12px !important;
    }


    .friendlyTip {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
        padding: 0 24px;
    }

    .version-number {
        display: flex !important;
    }

}

@media screen and (max-width:820px) {
    .drugs-info {
        max-width: 760px;
        margin: auto;
        height: 226px;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
        border-radius: 20px 20px 20px 20px;
        margin-top: 10px;
        margin-bottom: 26px;
        display: flex;
        box-sizing: border-box;
    }

    .details-content {
        margin: 60px auto;
        max-width: 760px;
    }

    .drugs-specification {
        padding: 0 15px;
    }
}

@media screen and (max-width:667px) {
    .drugs-info {
        max-width: 343px;
        height: 226px;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
        border-radius: 20px 20px 20px 20px;
        margin-top: 10px;
        margin-bottom: 26px;
        display: flex;
        box-sizing: border-box;
    }

    .details-content {
        margin: 60px auto;
        max-width: 343px;
    }

    .drugs-specification {
        padding: 0;
    }

    .drug-specification span {
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        line-height: 14px;
    }

    .drug-img {
        width: 84px;
        height: 84px;
        border-radius: 20px 20px 20px 20px;
    }

    .drug-name {
        font-weight: 600;
        font-size: 18px;
        color: #333333;
        line-height: 21px;
        margin-top: 5px;
    }

    .drug-intro {
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        line-height: 14px;
        height: 28px;
        margin-top: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 限制显示的行数 */
        -webkit-box-orient: vertical;
    }

    .drug-price {
        font-weight: 400;
        font-size: 12px;
        color: #FE7133;
        line-height: 14px;
    }

    .drug-price span {
        font-size: 12px;
    }

    .drugs-info {
        max-width: 1344px;
        height: 104px;
        padding: 10px;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.08);
        border-radius: 20px 20px 20px 20px;
        margin-top: 40px;
        margin-bottom: 26px;
        display: flex;
        box-sizing: border-box;
    }

    .drug-price .drug-price-num {
        font-size: 18px;
    }

    .ml-5 {
        margin-left: -4px;
    }

    .logo {
        display: none !important;
    }

    .logo1 {
        display: block;
    }

    .logo1 img {
        width: 27px !important;
        height: 27px;
    }

    .back-icon {
        display: none;
    }

    .noMobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile div {
        font-size: 10px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 15px;
    }

    .mobile div span {
        font-size: 10px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 15px;
    }

    .mobile div a {
        font-size: 10px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 15px;
    }

    .mobile a {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 15px;
    }

    .version-number {
        display: flex !important;
    }

    .plate {
        margin-bottom: 8px;
    }

    .drug-modelNumber {
        display: none;
    }
}