/* pc 端 媒体查询 */
@media screen and (min-width: 769px){
    /* tab 栏 */
    .container .tab-wrap .van-tabs{
        margin: 40px auto 0;
    }
    .container .tab-wrap .van-tabs .van-tabs__wrap{
        height: 32px;
    }
    .container .tab-wrap .van-tabs .van-tabs__wrap .van-tabs__nav--card{
        width: 600px;
        height: 100%;
        margin: 0 auto;
        border-radius: 7px;
        background-color: #F5F5F5;
        border: 1px solid #ededed;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab.van-tab--active{
        border-radius: 6px;
        color: #BB7A51;
        background-color: #fff;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab{
        color: #000;
        border-left: 1px solid #E5E5E5;
        border-right: none;
        line-height: 32px;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab:first-child{
        border-left: none;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab.van-tab--active + .van-tab{
        border-left: none;
    }

    /* ---------- 大健康 ---------- */
    .health-wrap{
        padding-top: 90px;
    }
    .health-wrap .title-wrap .pc-title{
        margin-top: 0;
    }
    .health-wrap .desc-wrap{
        margin-top: 70px;
        display: flex;
        /* justify-content: end; */
    }
    .health-wrap .desc-wrap .desc-left{
        width: 694px;
        height: 462px;
        margin-right: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 20px;
        margin-left: auto;
    }
    .health-wrap .desc-wrap .desc-left p{
        font-size: 22px;
        color: #333;
        line-height: 1.6;
    }
    .health-wrap .desc-wrap .desc-left p:first-child{
        margin-bottom: 20px;
    }
    .health-wrap .desc-wrap .desc-right{
        width: 852px;
        /* height: 488px; */
    }
    .health-wrap .desc-wrap .desc-right img{
        /* height: 488px; */
    }

    .health-wrap .lable-wrap{
        width: 1283px;
        margin: 100px auto 0;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }
    .health-wrap .lable-wrap .lable-item{
        font-size: 26px;
        color: #098180;
    }
    .health-wrap .lable-wrap .lable-item:not(:last-child){
        position: relative;
        margin-right: 131.2px;
    }
    .health-wrap .lable-wrap .lable-item:not(:last-child)::after{
        content: "";
        width: 2px;
        height: 26px;
        background-color: #098180;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .health-wrap .chain-wrap{
        margin-top: 80px;
        padding: 100px 0 115px;
        width: 100%;
        height: 920px;
        background: linear-gradient(45deg, #0084C9 0%, #00CDAC 100%);
    }
    .health-wrap .chain-wrap .title{
        margin: 0 auto;
        width: 685px;
        font-size: 36px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }
    .health-wrap .chain-wrap .chain-box{
        width: 950px;
        margin: 100px auto 0;
        display: flex;
        flex-wrap: wrap;
    }
    .health-wrap .chain-wrap .chain-box .chain-item{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 475px;
        border: 2px solid #fff;
        padding: 60px;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(1),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(2){
        border-bottom: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(3),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(4){
        border-top: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(1),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(3){
        border-left: 0;
        border-right: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(2),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(4){
        border-right: 0;
        border-left: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item .txt{
        font-size: 36px;
        font-weight: bold;
        color: #FFF;
    }
    .health-wrap .chain-wrap .chain-box .chain-item .round{
        margin: 0 9px;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
    }

    .health-wrap .chain-wrap .icon-wrap{
        width: 1244px;
        margin: 90px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item{
        display: flex;
        align-items: center;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .icon{
        margin-right: 16px;
        width: 72px;
        height: 72px;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap{

    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap .tit{
        font-size: 24px;
        font-weight: bold;
        color: #fff; 
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap .en-tit{
        margin-top: 10px;
        font-size: 14px;
        color: #fff;
    }

    .health-wrap .cooperate-wrap{
        padding: 100px 0;
    }
    .health-wrap .cooperate-wrap .coop-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .health-wrap .cooperate-wrap .coop-box:last-child{
        margin-top: 170px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .health-wrap .cooperate-wrap .coop-box:last-child .coop-left .board-img{
        text-align: left;
    }
    .health-wrap .cooperate-wrap .coop-box .coop-left{
        width: 607px;
        height: 507px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .health-wrap .cooperate-wrap .coop-box .coop-left .txt{
        font-size: 22px;
        color: #333333;
    }
    .health-wrap .cooperate-wrap .coop-box .coop-left .board-img{
        width: 100%;
        height: 224px;
        text-align: right;
    }
    .health-wrap .cooperate-wrap .coop-box .coop-left .board-img img{
        width: 319px;
    }

    .health-wrap .cooperate-wrap .coop-box .coop-right{
        width: 680px;
        height: 507px;
    }

    /* ---------- 医院 ---------- */
    .hospital-wrap{
        
    }
    .hospital-wrap .hos-text{
        width: 970px;
        margin: 80px auto 0;
        font-size: 22px;
        color: #333333;
    }
    .hospital-wrap .hos-box{
        margin: 90px auto 0;
        width: 1176px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hospital-wrap .hos-box .hos-item{
        position: relative;
        width: 120px;
    }
    .hospital-wrap .hos-box .hos-item:not(:last-child)::after{
        content: ">";
        font-size: 22px;
        color: #BB7A51;
        position: absolute;
        right: -55px;
        top: 50%;
    }
    .hospital-wrap .hos-box .hos-item img{
        height: 120px;
    }
    .hospital-wrap .hos-box .hos-item p{
        width: 120px;
        text-align: center;
        font-size: 18px;
        color: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .hospital-wrap .trait-wrap{
        margin-top: 110px;
        display: flex;
        /* justify-content: end; */
    }
    .hospital-wrap .trait-wrap .trait-left{
        position: relative;
        width: 660px;
        margin-left: auto;
    }
    .hospital-wrap .trait-wrap .trait-left .txt{
        width: 396px;
        font-size: 36px;
        font-weight: bold;
        color: #BB7A51;
        line-height: 1.6;
    }
    .hospital-wrap .trait-wrap .trait-left .trait-img{
        width: 729px;
        width: 729px;
        position: absolute;
        bottom: 50px;
        left: 0px;
        z-index: 2;
    }
    .hospital-wrap .trait-wrap .trait-right{
        width: 949px;
        background-color: #FFFF;
    }
    .hospital-wrap .phone-inquiry{
        display: none;
    }
    .hospital-wrap .inquiry-wrap{
        padding: 110px 0;
        background-color: #fff;
    }
    .hospital-wrap .inquiry-wrap img{
        display: block;
        width: 1376px;
        margin: 0 auto;
    }

    /* ---------- 互联网 OTC药事中心 ---------- */
    .otc-wrap{

    }
    .otc-wrap .otc-txt{
        width: 999px;
        margin: 60px auto 30px; 
        font-size: 22px;
        color: #333333;
        line-height: 1.6;
    }
    .otc-wrap .otc-img{
        width: 100%;
    }

    /* ---------- 百芝堂智慧化煎药中心 ---------- */
    .tisane-wrap{

    }
    .tisane-wrap .tisane-txt{
        width: 986px;
        margin: 60px auto 0;
        font-size: 22px;
        color: #333;
        line-height: 1.6;
    }
    .tisane-wrap .phone-img{
        display: none;
    }
    .tisane-wrap .tisane-img{
        width: 100%;
        margin-top: 80px;
    }
    .tisane-wrap .tisane-desc{
        width: 985px;
        margin: 80px auto 0;
    }
    .tisane-wrap .tisane-desc p{
        font-size: 22px;
        color: #333;
        line-height: 1.6;
    }
    .tisane-wrap .tisane-desc p:last-child{
        margin-top: 70px;
    }
    .tisane-wrap .phone-tisane{
        display: none;
    }
    .tisane-wrap .tisane-img2{
        margin-top: 42px;
        padding: 0 190px;
        margin-bottom: 81px;
    }

}

/* 移动端 媒体查询 */
@media screen and (max-width:768px){
    /* tab 栏 */
    .container .tab-wrap .van-tabs{
        margin: .56rem /* 21px -> .56rem */ auto 0;
    }
    .container .tab-wrap .van-tabs .van-tabs__wrap{
        height: .747rem /* 28px -> .747rem */;
    }
    .container .tab-wrap .van-tabs .van-tabs__wrap .van-tabs__nav--card{
        height: 100%;
        border-radius: .187rem /* 7px -> .187rem */;
        background-color: #F5F5F5;
        border: 1px solid #ededed;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab.van-tab--active{
        border-radius: .16rem /* 6px -> .16rem */;
        color: #BB7A51;
        background-color: #fff;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab{
        color: #000;
        border-left: 1px solid #E5E5E5;
        border-right: none;
        line-height: .747rem /* 28px -> .747rem */;
        font-size: .32rem /* 12px -> .32rem */;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab:first-child{
        border-left: none;
    }
    .container .tab-wrap .van-tabs__nav--card .van-tab.van-tab--active + .van-tab{
        border-left: none;
    }

    /* ---------- 大健康 ---------- */
    .health-wrap{
        padding-top: .96rem /* 36px -> .96rem */;
    }
    .health-wrap .title-wrap .pc-title{
        margin-top: 0;
    }
    .health-wrap .desc-wrap{
        margin-top: .96rem /* 36px -> .96rem */;
        display: flex;
        flex-direction: column;
    }
    .health-wrap .desc-wrap .desc-left{
        width: 100%;
        padding: 0 .56rem /* 21px -> .56rem */ .8rem /* 30px -> .8rem */;
    }
    .health-wrap .desc-wrap .desc-left p{
        font-size: .373rem /* 14px -> .373rem */;
        color: #333;
        line-height: 1.8;
        text-indent: 2em;
    }
    .health-wrap .desc-wrap .desc-right{
        width: 100%;
        /* height: 488px; */
    }
    .health-wrap .desc-wrap .desc-right img{
        /* height: 488px; */
    }

    .health-wrap .lable-wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: .64rem /* 24px -> .64rem */ 1.067rem /* 40px -> 1.067rem */ .8rem /* 30px -> .8rem */;
    }
    .health-wrap .lable-wrap .lable-item{
        position: relative;
        margin-right: 1.84rem /* 69px -> 1.84rem */;
        font-size: .347rem /* 13px -> .347rem */;
        color: #098180;
    }
    .health-wrap .lable-wrap .lable-item:nth-child(1),
    .health-wrap .lable-wrap .lable-item:nth-child(2),
    .health-wrap .lable-wrap .lable-item:nth-child(3){
        margin-bottom: .32rem /* 12px -> .32rem */;
    }
    .health-wrap .lable-wrap .lable-item:nth-child(3),
    .health-wrap .lable-wrap .lable-item:nth-child(6){
        margin-right: 0;
    }
    .health-wrap .lable-wrap .lable-item:nth-child(3)::after,
    .health-wrap .lable-wrap .lable-item:nth-child(6)::after{
        display: none;
    }
    .health-wrap .lable-wrap .lable-item::after{
        content: "";
        width: .053rem /* 2px -> .053rem */;
        height: .347rem /* 13px -> .347rem */;
        background-color: #098180;
        position: absolute;
        right: -0.96rem /* -36px -> -0.96rem */;
        top: 50%;
        transform: translateY(-50%);
    }

    .health-wrap .chain-wrap{
        padding: .96rem /* 36px -> .96rem */ .48rem /* 18px -> .48rem */ .8rem /* 30px -> .8rem */;
        width: 100%;
        height: 12.267rem /* 460px -> 12.267rem */;
        background: linear-gradient(45deg, #0084C9 0%, #00CDAC 100%);
    }
    .health-wrap .chain-wrap .title{
        margin: 0 auto;
        width: 100%;
        font-size: .48rem /* 18px -> .48rem */;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }
    .health-wrap .chain-wrap .chain-box{
        width: 100%;
        margin: 1.333rem /* 50px -> 1.333rem */ auto 0;
        display: flex;
        flex-wrap: wrap;
    }
    .health-wrap .chain-wrap .chain-box .chain-item{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.453rem /* 167px -> 4.453rem */;
        border: 2px solid #fff;
        padding: .8rem /* 30px -> .8rem */ .533rem /* 20px -> .533rem */;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(1),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(2){
        border-bottom: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(3),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(4){
        border-top: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(1),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(3){
        border-left: 0;
        border-right: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(2),
    .health-wrap .chain-wrap .chain-box .chain-item:nth-child(4){
        border-right: 0;
        border-left: 1px solid #fff;
    }
    .health-wrap .chain-wrap .chain-box .chain-item .txt{
        font-size: .373rem /* 14px -> .373rem */;
        font-weight: bold;
        color: #FFF;
    }
    .health-wrap .chain-wrap .chain-box .chain-item .round{
        margin: 0 .08rem /* 3px -> .08rem */;
        width: .133rem /* 5px -> .133rem */;
        height: .133rem /* 5px -> .133rem */;
        background-color: #fff;
        border-radius: 50%;
    }

    .health-wrap .chain-wrap .icon-wrap{
        width: 100%;
        margin: 1.067rem /* 40px -> 1.067rem */ auto 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item{
        display: flex;
        align-items: center;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item:nth-child(1),
    .health-wrap .chain-wrap .icon-wrap .icon-item:nth-child(2){
        margin-bottom: .48rem /* 18px -> .48rem */;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item:last-child{
        width: 3.84rem /* 144px -> 3.84rem */;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .icon{
        margin-right: .213rem /* 8px -> .213rem */;
        width: .96rem /* 36px -> .96rem */;
        height: .96rem /* 36px -> .96rem */;
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap{

    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap .tit{
        font-size: .32rem /* 12px -> .32rem */;
        font-weight: bold;
        color: #fff; 
    }
    .health-wrap .chain-wrap .icon-wrap .icon-item .text-wrap .en-tit{
        margin-top: .08rem /* 3px -> .08rem */;
        font-size: .32rem /* 12px -> .32rem */;
        color: #fff;
    }

    .health-wrap .cooperate-wrap{
        display: none;
    }
    
    /* ---------- 医院 ---------- */
    .hospital-wrap .title-wrap .phone-title .tit-con .en-tit{
        font-size: .96rem /* 36px -> .96rem */ !important;
    }
    .hospital-wrap .hos-text{
        width: 100%;
        margin: .96rem /* 36px -> .96rem */ auto 0;
        font-size: .373rem /* 14px -> .373rem */;
        color: #333333;
        padding: 0 .48rem /* 18px -> .48rem */;
        line-height: 1.8;
        text-indent: 2em;
    }
    .hospital-wrap .hos-box{
        margin: .56rem /* 21px -> .56rem */ auto 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 .56rem /* 21px -> .56rem */;
    }
    .hospital-wrap .hos-box .hos-item{
        position: relative;
        width: 1.6rem /* 60px -> 1.6rem */;
        margin-right: 1.333rem /* 50px -> 1.333rem */;
    }
    .hospital-wrap .hos-box .hos-item:nth-child(3),
    .hospital-wrap .hos-box .hos-item:nth-child(6){
        margin-right: 0;
    }
    .hospital-wrap .hos-box .hos-item:nth-child(3)::after,
    .hospital-wrap .hos-box .hos-item:nth-child(6)::after{
        display: none;
    }
    .hospital-wrap .hos-box .hos-item::after{
        content: ">";
        font-size: .4rem /* 15px -> .4rem */;
        color: #BB7A51;
        position: absolute;
        right: -1.2rem /* -45px -> -1.2rem */;
        top: 50%;
    }
    .hospital-wrap .hos-box .hos-item img{
        height: 1.6rem /* 60px -> 1.6rem */;
    }
    .hospital-wrap .hos-box .hos-item p{
        width: 1.92rem /* 72px -> 1.92rem */;
        text-align: center;
        font-size: .32rem /* 12px -> .32rem */;
        color: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .hospital-wrap .trait-wrap{
        margin-top: 1.6rem /* 60px -> 1.6rem */;
        display: flex;
        padding: 0 .48rem /* 18px -> .48rem */ .8rem /* 30px -> .8rem */;
    }
    .hospital-wrap .trait-wrap .trait-left{
        /* position: relative; */
        width: 100%;
    }
    .hospital-wrap .trait-wrap .trait-left .txt{
        width: 5.333rem /* 200px -> 5.333rem */;
        font-size: .48rem /* 18px -> .48rem */;
        font-weight: bold;
        color: #BB7A51;
        line-height: 1.6;
        margin-bottom: 1.333rem /* 50px -> 1.333rem */;
    }
    .hospital-wrap .trait-wrap .trait-left .trait-img{
        width: 100%;
    }
    .hospital-wrap .trait-wrap .trait-right{
        display: none;
    }
    .hospital-wrap .pc-inquiry{
        display: none;
    }
    .hospital-wrap .inquiry-wrap{
        padding-bottom: .64rem /* 24px -> .64rem */;
        background-color: #F8F8F8;
    }
    .hospital-wrap .inquiry-wrap img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    /* ---------- 互联网 OTC药事中心 ---------- */
    .otc-wrap{

    }
    .otc-wrap .otc-txt{
        width: 100%;
        margin: .96rem /* 36px -> .96rem */ auto .32rem /* 12px -> .32rem */;
        padding: 0 .56rem /* 21px -> .56rem */;
        font-size: .373rem /* 14px -> .373rem */;
        color: #333333;
        line-height: 1.8;
        text-indent: 2em;
    }
    .otc-wrap .otc-img{
        width: 100%;
    }

    /* ---------- 百芝堂智慧化煎药中心 ---------- */
    .tisane-wrap{

    }
    .tisane-wrap .tisane-txt{
        width: 100%;
        margin: .96rem /* 36px -> .96rem */ auto .8rem /* 30px -> .8rem */;
        padding: 0 .56rem /* 21px -> .56rem */;
        font-size: .373rem /* 14px -> .373rem */;
        color: #333;
        line-height: 1.8;
        text-indent: 2em;
    }
    .tisane-wrap .pc-img{
        display: none;
    }
    .tisane-wrap .tisane-img{
        width: 100%;
    }
    .tisane-wrap .tisane-desc{
        width: 100%;
        margin: .8rem /* 30px -> .8rem */ auto 0;
        padding: 0 .56rem /* 21px -> .56rem */;
    }
    .tisane-wrap .tisane-desc p{
        font-size: .373rem /* 14px -> .373rem */;
        color: #333;
        line-height: 1.8;
        text-indent: 2em;
    }
    .tisane-wrap .pc-tisane{
        display: none;
    }
    .tisane-wrap .tisane-img2{
        margin-top: .64rem /* 24px -> .64rem */;
        padding: 0 .56rem /* 21px -> .56rem */;
    }
}