/* .yiqingSer */

* {
    box-sizing: content-box;
}

.yiqingSer {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

.yiqingSer .yiqingSerBg {
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

.yiqingSer .fea-view {
    width: 735px;
    font-family: "myPoppins-SemiBold";
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 130%;
    top: 0;
    z-index: 2;
    position: relative;
    color: #fff;
}

.yiqingSer img {
    width: 100%;
    object-fit: cover;
}

.yiqingSer .fea {
    margin: 110px 0 23px;
    margin-left: -25vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.yiqingSer .story-wr {
    position: relative;
    top: -495px;
    margin-bottom: -495px;
    float: left;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .yiqingSer .fea {
        margin-left: -35vw;
        margin-top: 5vw;
    }
    .yiqingSer .story-wr {
        top: -400px;
        margin-bottom: -400px;
    }
}

@media only screen and (max-width: 1200px) {
    .yiqingSer .fea-view {
        color: #221815;
    }
    .yiqingSer .fea {
        margin: 20px 0 23px;
        margin-left: 5vw;
    }
    .yiqingSer .story-wr {
        top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .yiqingSer .fea-view {
        font-size: 42px;
    }
}

.forExamples {
    position: relative;
}

.forExamples .forExampleBtn {
    display: flex;
    justify-content: center;
    margin-bottom: -55px;
}

.forExampleBtn .forBtnShadow {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px rgba(87, 87, 87, 0.4);
}

.forBtnShadow .forBtn {
    width: 587px;
    height: 110px;
    font-size: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 0;
}

@media only screen and (max-width: 1400px) {
    .forExamples .forExampleBtn {
        margin-top: 40px;
        margin-bottom: -40px;
    }
    .forBtnShadow .forBtn {
        width: 40vw;
        height: 80px;
    }
}

.forExamples .forExampleTextContainer {
    width: 100%;
    height: 446px;
    padding-top: 146px;
    padding-bottom: 100px;
}

.forExampleTextContainer .forPharmacyInnerDiv {
    width: 1174px;
    margin: 0 auto 0;
    position: relative;
}

.forExampleTextContainer .forPharmacyInnerDiv .forExampleImg {
    width: 73px;
    height: 72px;
    position: absolute;
    top: 25px;
    left: -112px;
}

.forExampleTextContainer .forExampleTit {
    position: relative;
    font-family: "myPoppins-SemiBold";
    font-size: 45px;
    color: #fff;
    line-height: 58px;
}

.forExampleTextContainer .forExampleTexts {
    font-size: 19px;
    color: #fff;
}

.forExampleTextContainer .forExampleTexts .p1 {
    margin-top: 45px;
}

.forExampleTextContainer .forExampleTexts .p2 {
    margin-top: 20px;
}

.forExampleTextContainer .forExampleTexts .p3 {
    margin-top: 20px;
}

@media only screen and (max-width: 1640px) {
    .forExampleTextContainer .forPharmacyInnerDiv {
        width: 71.6vw;
    }
    .forExampleTextContainer .forExampleTit {
        font-size: 34px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1230px) {
    .forExamples .forExampleTextContainer {
        height: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .forExamples .forExampleTextContainer {
        height: 100%;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .forExampleImg {
        display: none !important;
    }
    .forExampleTextContainer .forPharmacyInnerDiv {
        width: 71.6vw;
    }
    .forExampleTextContainer .forExampleTit {
        font-size: 34px;
        line-height: 46px;
    }
}

.forPharmacy {
    background-image: url(../images/yiqing/Pharmacy_bg.png);
    background-size: 100%;
}

.forHospital {
    background-image: url(../images/yiqing/Pharmacy_bg.png);
    background-size: 100%;
}

.forBtnShadow .active {
    background-color: #f9a8a4;
    color: #fff;
}

.noactive {
    display: none;
}

.yiqingTopText {
    height: 254px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yiqingTopText .TopTexts {
    width: 1187px;
    margin-top: -10px;
    text-align: center;
    font-size: 22px;
    color: #221815;
}

@media only screen and (max-width: 1070px) {
    .yiqingTopText {
        height: 100%;
    }
}

.bracket {
    margin: 14vh 0 0;
    height: 629px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bracket .bracketImg {
    margin-right: 144px;
}

.bracketImg img {
    width: 100%;
    object-fit: cover;
}

.bracket .bracketText {
    width: 25.3vw;
}

.bracketText .bracketTit {
    font-family: "myPoppins-SemiBold";
    font-size: 35px;
    color: #221815;
    line-height: 140%;
    margin: 35px 0 35px;
}

.bracketText .bracketTexts {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #221815;
}

.bracketText div {
    margin: 19px 0 19px;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    .bracketImg img {
        width: 40vw;
    }
    .bracket .bracketText {
        width: 40vw;
    }
}

@media only screen and (max-width: 768px) {
    .bracket {
        justify-content: center;
        height: 100%;
    }
    .bracketImg img {
        width: 100%;
    }
    .bracket .bracketText {
        width: 80vw;
    }
}

.checkout {
    /* margin: 14vh 0 14vh; */
    width: 100%;
    height: 875px;
    background-color: #fafafc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 100px;
}

.checkout .checkoutImg {
    margin-left: 54px;
}

.checkoutImg img {
    width: 100%;
    object-fit: cover;
}

.checkout .checkoutText {
    width: 25.3vw;
    margin-top: -10vh;
    margin-right: -14vw;
}

.checkoutText .checkoutTit {
    font-family: "myPoppins-SemiBold";
    font-size: 35px;
    color: #221815;
    line-height: 140%;
    margin: 35px 0 35px;
}

.checkoutText .checkoutTexts {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #221815;
}

.checkoutText div {
    margin: 19px 0 19px;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    .checkout {
        margin-top: 30px;
        height: 80vh;
    }
    .checkout .checkoutImg {
        width: 50vw;
    }
    .checkout .checkoutText {
        width: 40vw;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .checkout {
        margin-top: 30px;
        justify-content: center;
    }
    .checkout .checkoutImg {
        width: 100%;
    }
    .checkout .checkoutText {
        width: 80vw;
        margin-top: 0;
        margin-right: 0;
    }
}

.posHEE {
    margin-top: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.posHEE .posHEEText {
    width: 60vw;
    text-align: center;
}

.posHEEText .posHEETit {
    font-family: "myPoppins-SemiBold";
    font-size: 32px;
    line-height: 200%;
    color: #221815;
}

.posHEEText .posHEETexts {
    font-size: 18px;
    color: #221815;
    margin: 20px 0 74px;
}

.posHEE .posHEEImg {
    display: flex;
    flex-wrap: wrap;
    object-fit: contain;
}

.posHEE .posHEEImg img {
    margin: 0 7px 5vh;
}

@media only screen and (min-width: 1071px) and (max-width: 1450px) {
    .posHEEText .posHEETexts {
        margin: 20px 0 1vh;
    }
    .posHEE .posHEEImg img {
        width: 36vw;
    }
}

@media only screen and (max-width: 1070px) {
    .posHEE .posHEEText {
        width: 100%;
    }
    .posHEE .posHEEImg img {
        width: 45vw;
        object-fit: contain;
    }
}

.RePro {
    width: 100%;
    height: 740px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.RePro .ReProTit {
    font-family: "myPoppins-SemiBold";
    font-size: 45px;
    color: #221815;
    text-align: center;
    margin: 7vh 0 5vh;
}

.RePro #ReProItem {
    width: 1218px;
    height: 450px;
    overflow: hidden;
}

.ReProItem {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin-bottom: 16vh;
}

.ReProItem img {
    width: 272px;
    height: 380px;
    object-fit: none;
}

/* .ReProItem p {
    margin-bottom: 30px;
} */

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(87, 87, 87, 0.4);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(87, 87, 87, 1);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(87, 87, 87, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(230, 230, 230, 1);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    top: 435px;
}

@media only screen and (max-width: 1240px) {
    .RePro #ReProItem {
        width: 80vw;
    }
}
