.cont {
    margin-bottom: 100px;
}

.into_ff {
    display: flex;
    justify-content: space-between;
}


    .into_ff .into_left .pro {
        height: auto;
        padding: 2px;
        border: 1px solid #dcdcdc;
        width: 200px;
    }

.pro li label {
    width: 20px;
    display: block;
    float: left;
    height: 46px;
    font-size: 20px;
}

.pro li .cen {
    text-align: center;
}

.pro li {
    border-bottom: 1px dashed #dcdcdc;
    min-height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #303030;
    margin-bottom: 8px;
    padding-left: 20px;
}

    .pro li a {
        display: block;
        /* border-bottom: 1px solid #bfbfbf;
        width: 2.7rem; */
    }
    .pro li:last-child a{
        /* border: 0; */
    }

    .pro li ul {
        width: 160px;
        margin-left: 20px;
        display: none;
    }

.pro .select_cp > a {
    color: #0686ce;
}

.pro .select_cp ul {
    display: block;
}

.pro li ul li {
    border: none;
    min-height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #777;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .pro li ul li a {
        color: #777;
    }

.pro_title {
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #29b39c;
    color: #fff;
    font-size: 18px;
}

/*.into_ff .into_left ul li {
user-select: none;
cursor: pointer;
}

.into_ff .into_left ul.pro li:first-child {
height: 80px;
text-align: center;
line-height: 80px;
background-color: #29b39c;
color: #fff;
font-size: 18px;
}

.into_ff .into_left ul.pro li {
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
border-bottom: 1px dashed #dcdcdc;
height: 51px;
text-align: center;
line-height: 51px;
}

.into_ff .into_left ul.pro li:last-child {
border-bottom: 1px solid #dcdcdc;
}

.into_ff .into_left ul.pro li.select_cp {
color: #fff;
background-color: #0686ce;
height: auto;
}
.into_ff .into_left ul .select_cp ul {
display:block;
width:160px;
margin-left:20px;
}
.into_ff .into_left ul.pro li.select_cp ul li {
height: 38px;
text-align: center;
line-height: 38px;
background: #fff;
border: none;
color:#444;
font-size:12px;
}*/
.into_ff .into_right {
    width: 960px;
}

    .into_ff .into_right .text {
        font-size: 22px;
        height: 45px;
        border-bottom: 1px solid #ededed;
        position: relative;
    }

        .into_ff .into_right .text::after {
            content: "";
            display: block;
            height: 2px;
            width: 50px;
            background-color: #1881c9;
            position: absolute;
            top: 43px;
            left: 0;
        }

.into_right .into_txt {
    margin-top: 20px;
    min-height: 40px;
}

.searli {
    width: 100%;
    display: none;
    overflow: hidden;
}

    .searli span {
        font-size: 14px;
        color: #333;
        display: block;
        width: 54px;
        float: left;
        height: 34px;
        line-height: 34px;
    }

    .searli ul {
        display: block;
        float: left;
        width: 906px;
    }

        .searli ul li {
            display: block;
            float: left;
            width: auto;
            height: 34px;
            font-size: 14px;
            line-height: 34px;
            margin-right: 10px;
        }

        .searli ul .select_cp > a {
            color: #0686ce;
        }

.medicine ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top:20px;
}

    .medicine ul li {
        /* margin-right: 12px !important; */
        margin-bottom: 20px;
    }

        .medicine ul li .commodity {
            background-color: #fff;
            width: 307px;
            height: 402px;
            margin-right: 20px;
            border: 1px solid #dcdcdc;
        }

            .medicine ul li .commodity:last-child {
                margin-right: 0px;
            }

            .medicine ul li .commodity img {
                width: 100%;
            }

.into_ff .into_right ul li .commodity > div {
    padding: 15px 20px 0;
}

.into_ff .into_right ul li .commodity .serial {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333333;
}

    .into_ff .into_right ul li .commodity .serial .spot {
        width: 40px;
        height: 20px;
        border: 1px solid #0686ce;
        border-radius: 3px;
        color: #0686ce;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        line-height: 20px;
    }

.into_ff .into_right ul li .commodity .serial_02 {
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
}

.into_ff .into_right ul li .commodity .serial_03 {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

    .into_ff .into_right ul li .commodity .serial_03 div {
        color: #e8373b;
    }

    .into_ff .into_right ul li .commodity .serial_03 i {
        font-weight: 700;
    }

.into_ff .into_right ul li .commodity .serial_04 {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

    .into_ff .into_right ul li .commodity .serial_04 > div {
        width: 165px;
        height: 35px;
        background-color: #0686ce;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

        .into_ff .into_right ul li .commodity .serial_04 > div a {
            color: #fff;
        }

    .into_ff .into_right ul li .commodity .serial_04 .fav {
        width: 60px;
        height: 35px;
        border: 1px solid #0686ce;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        /*background: #fff;*/
    }

    .into_ff .into_right ul li .commodity .serial_04 > div img {
        width: 17px;
        height: 15px;
    }
    .pra{
        display: none;
    }
    @media screen and (max-width: 768px) {
        .pro li a {
            border-bottom: 1px solid #bfbfbf;
            width: 2.7rem;
        }
        .pro li:last-child a{
            border: 0;
        }
        .pro{
        display: none;
    }
      .pra {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
}

.pra img{
    width: 100%;
    height: 100%;
}
.pro_aa{
    width: 9.76rem;
    position: relative;
}
    }