.trade_medicine_section2 {
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
   
}

.trade_medicine_section2 .trade_medicine_tabBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 3.46vw;
    font-weight: 400;
    color: #000000;
    line-height: 5vw;
    border-bottom: 0.26vw solid #000000;
    box-sizing: border-box;
    padding: 0 8vw;
    text-align: center;
    margin-top: 5vw;
}

.trade_medicine_tab_active {
    border-bottom: 0.56vw solid #000000;
    font-weight: bold;
    line-height: 5vw;
    text-align: center;
}

.trade_medicine_content {
    width: 100%;
    height: auto;
}

.trade_medicine_item {
    width: 100%;
    height: auto;
    display: none;
    box-sizing: border-box;
    padding: 4.2vw 2.93vw;
    position: relative;
}
.trade_medicine_item1{
    width: 95%;
    height: auto;
    background: url('https://files.yidatec.com/img/pc/trade_medicine/mb-2.png') no-repeat;
    background-size: 100% 47.19vw;
    position: absolute;
    top: 0;
}
.trade_medicine_item2{
    width: 95%;
    height: auto;
    background: url('https://files.yidatec.com/img/pc/trade_medicine/m-f-3.png') no-repeat;
    background-size: 100% 47.19vw;
    position: absolute;
    top: 0;
}
.show {
    display: block;
}

.trade_medicine_bg {
    width: 100%;
    height: 47.19vw;
    z-index: -1;
}

.trade_medicine_card {
    width: 86.4vw;
    margin: auto;
    box-sizing: border-box;
    padding: 5.06vw;
    background: url('https://files.yidatec.com/img/white-bg.png') no-repeat;
    background-size: auto;
    /* position: absolute;
    top: 30.8vw;
    left: 50%;
    margin-left: -44.25vw; */
    /* background-color: #ffffff; */
    font-size: 2.93vw;
    font-weight: 400;
    color: #040404;
    line-height: 4.8vw;
    z-index: 999;
    margin-top: 20vw;
    margin-bottom: 2.6vw;
    border: 0.29vw solid #D9D9D9;
}

.trade_medicine_listBox {
    width: 86.4vw;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 20vw;
}
.trade_medicine_listBox2{
    width: 86.4vw;
    height: auto;
    margin: auto;
    margin-top: 26vw;
    box-sizing: border-box;
    margin-bottom: 20vw;
}
.trade_medicine_list {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 0.29vw solid #D9D9D9;
    border-radius: 0.8vw;
    margin-bottom: 2.6vw;
    box-sizing: border-box;
    padding: 3.2vw 3.7vw;
}

.trade_medicine_list_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 8.46vw;
    align-items: center;
    border-bottom: 0.29vw solid rgba(97, 97, 97, 0.3);
    margin-bottom: 2.6vw;
}

.trade_medicine_list_top img {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 1.86vw;
}

.trade_medicine_list_top p {
    font-size: 3.46vw;
    font-weight: bold;
    color: #000000;
}

.trade_medicine_list_text {
    font-size: 2.93vw;
    font-weight: 400;
    color: #414040;
    line-height: 5.06vw;
}