/* banner */
.banner_1{
    height: 5.8rem;
}
.banner_1 img{
    height: 100%;
}

/* 原生药材--原料展示 */
.showList{
    width: 15.99rem;
    margin: 0.42rem auto 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.showListOne{
    width: 3.76rem;
    height: 5.6rem;
    background: #FFFFFF;
    border: 0.01rem solid #E2D4BB;
    margin-right: 0.23rem;
    margin-bottom: 0.4rem;
}
.showListOne .bigPic_2{
    width: 3.72rem;
    height: 4.86rem;
    overflow: hidden;
}
.showListOne .bigPic_2 img{
    width: 100%;
    height: 100%;
    transition: transform 3s;
}
.showListOne .bigPic_2:hover img{
    transform: scale(1.1);
}
.showListOne .name{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
    text-align: center;
    margin-top: 0.25rem;
}

/* 原料展示--提取设备 */
.tqsb{
    width: 15.99rem;
    margin: 0.5rem auto;
    overflow: hidden;
}
.tqsb .title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.26rem;
    text-align: center;
    margin-bottom: 0.59rem;
}
.tqsb p{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
}
.tqsb .nr_1{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
}
.tqsb img{
    width: 6.95rem;
    height: 2.91rem;
    display: block;
    margin-top: 0.19rem;
    margin-left: calc((15.99rem - 6.95rem) / 2);
}
.tqsb img:nth-child(5){
    width: 7.05rem;
    height: 4.06rem;
}

/* 原料展示详情 */
.shouwDetail{
    width: 15.99rem;
    height: 6.5rem;
    margin: 0.42rem auto 0.95rem;
    display: flex;
}
.shouwDetail-l{
    width: 4.94rem;
    height: 100%;
    margin-right: 0.34rem;
}
.shouwDetail-l img{
    width: 100%;
    height: 100%;
    display: block;
}
.shouwDetail-r .title_2{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.38rem;
    color: #917951;
    line-height: 0.5rem;
    margin-top: 0.28rem;
}
.shouwDetail-r .nr_2{
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.5rem;
}



@media only screen and (max-width: 768px) {
.tqsb{
        width: 6.99rem;
     }
     .tqsb img{
         margin-left: 0;
     }
     .banner_1 {
    height: 3.41rem;
     }
     .showList{
             width: 6.99rem;
                 justify-content: space-between;
     }
     .showListOne{
              margin-right: 0rem;
                 width: 3.4rem;
     }
     .showListOne .bigPic_2{
             width: 100%;
     }
     .shouwDetail{
         width: 6.99rem;
    height: auto;
     }
     .shouwDetail-r .title_2{
         margin-top: 0;
     }
}