.select {
    margin-top: 0.266667rem;
    display: flex;
    flex-direction: column;
}

.select .Categoty {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.select .Categoty .first {
    color: #C93948;
    font-size: 0.32rem;
}

.select .Categoty span {
    font-size: 0.32rem;
    color: #999999;
}

.el-cascader {
    width: 100%;
}

.el-input__inner {
    width: 100%;
    border: 0;
    outline: none;
    padding: 0;
}

.el-cascader-menu {
    max-width: 120px;
    min-width: 0px;
}

.el-cascader-node__label {
    padding: 0;
    font-size: 14px;
}

.el-cascader-node {
    height: 25px;
    line-height: 25px;
}

.preparation {
    /* margin-top: 0.533333rem; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.preparation>div {
    border: 1px solid #E5E5E5;
    width: 25%;
    padding: 0.266667rem 0.066667rem;
    text-align: center;
    font-size: 0.266667rem;
    color: #333;
}

.preparation>div>img {
    width: 0.186667rem;
    height: 0.106667rem;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
    display: none;
}

.el-radio-button__inner,
.el-radio-group {
    width: 100%;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.el-radio-button {
    width: 100%;
    position: relative;
    display: inline-block;
    outline: 0;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FFF;
    background-color: #C93948;
    border-color: #C93948;
    -webkit-box-shadow: -1px 0 0 0 #C93948;
    box-shadow: -1px 0 0 0 #C93948;
}

.el-radio-button__inner {
    border: 0;
}

.border {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #C93948;
}

.product_show {
    width: 100%;
}

.title {
    height: 1.333333rem;
    line-height: 1.333333rem;
    font-size: 0.293333rem;
    color: #C93948;
    text-align: center;
    font-weight: bold;
}

.product_list {
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product_item {
    border: 1px solid #E5E5E5;
    padding: 0.266667rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0.4rem;
}

.pro_info {
    position: relative;
    width: 100%;
    padding: 0.266667rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.info_introduce {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.info_introduce .pro_img {
    width: 35%;
    margin-right: 5%;
    position: relative;
}

.info_introduce .pro_img .productImg {
    width: 100%;
    height: 2.666667rem;
}

.info_introduce .pro_img .vertity {
    position: absolute;
    right: 0.266667rem;
    bottom: 0.266667rem;
    width: 0.426667rem;
    height: 0.426667rem;
}

.info_introduce .text {
    width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.text .name {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #C93948;
    font-size: 0.266667rem;
    font-weight: bold;
    margin-bottom: 0.266667rem;
}

.text .number {
    margin-bottom: 0.133333rem;
}

.text .number span:first-of-type {
    color: #666;
}

.text .number span:last-of-type {
    color: #C93948;
    font-size: 0.266667rem;
}

.authen {
    margin-top: 0.133333rem;
}

.authen,
.purpose {
    color: #999;
    font-size: 0.266667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relative_btn {
    margin-top: 0.266667rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.relative_btn button {
    width: 33%;
    height: 0.8rem;
    outline: none;
    border: 1px solid #C93948;
    color: #C93948;
    background-color: #fff;
    font-size: 0.16rem;
}

.relative_btn button.activeCollect {
    color: #fff;
    background-color: #C93948;
}

.supplier_info {
    margin-top: 0.625rem;
    background-color: #FAFAFA;
    padding: 0.266667rem;
}

.supplier_name {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.266667rem;
}

.vertify {
    margin-bottom: 0.266667rem;
}

.vertify img {
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
}

.vertify button {
    background-color: #3A7FE6;
    height: 0.4rem;
    padding: 0 0.226667rem;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 0.2rem;
}

.country,
.type {
    margin-bottom: 0.266667rem;
    color: #999;
}

.country span,
.type span {
    color: #666;
}

.proContainer {
    padding: 0.066667rem;
}

.proContainer .swiper-slide {
    border: 1px solid #efefef;
}

.proContainer .swiper-slide img {
    padding: 0.066667rem;
    width: 100%;
    height: 3.066667rem;
}

.proContainer .swiper-slide p {
    padding: 0.066667rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.el-select {
    width: 100%;
}