.ware_top {
    height: 350px;
    background-size: 100% auto;
    margin-bottom: 30px;
}
.head{
    background: rgba(32, 32, 32, .5);
    position: fixed !important;
}
.zcm {
    background: rgba(0, 0, 0, .45);
    height: 100%;
    text-align: center;
    padding: 147px 0 0;
}

.nana:hover {
    background: #F42C20;
    color: #fff;
}

.ware_title {
    width: 128px;
    margin-bottom: 24px;
}

.ware_inp {
    width: 40.625%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    justify-content: space-between;
}

.ware_search {
    width: 86.41%;
    height: 40px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    padding-left: 3.7%;
}

.ware_search::placeholder {
    color: #c3c3c3;
}

.ware_cram {
    /* width: 6%; */
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #fff;
    justify-content: center;
}

.ware_cram img {
    width: 18px;
}

.flies {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.sear_sub {
    width: 58px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 10px;
    border-radius: 0 5px 5px 0;
}

.sear_sub img {
    width: 20px;
}
.add_soft_shu{
    width: 1px;
height: 17px;
background: #C5C4C4;
}
.re_ser {
    width: 40.625%;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    display: flex;
}

.re_ser_title {
    white-space: nowrap;
}

.re_ser_r {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.ser_tip {
    margin-left: 3%;
    margin-bottom: 5px;
}

.ware_list_title {
    background: #fff;
    padding: 38px 0;
    text-align: center;
    margin-bottom: 26px;
}

.ware_list_ti {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: bold;
}
.ware_list_ti img{
    width: 122px;
    margin: 0 15px;
}

.ware_list_ti2 {
    font-size: 14px;
    color: #777;
    margin-top: 12px;
    margin-bottom: 40px;
}

.ware_ti3 {
    display: flex;
    flex-wrap: wrap;
}

.ware_ti_li {
    width: 12.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ware_ti_li img {
    width: 45.7%;
}

.ware_li_name {
    font-size: 14px;
    font-weight: bold;
    color: #3b3b3b;
    margin-top: 10px;
}

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

.ware_main_l {
    width: 18.6%;
}

.ware_left_main {
    background: #fff;
}

.ware_main_r {
    width: 80.4%;
}

.ware_main_r1 {
    /* background: #fff; */
    padding: 14px 40px 0 47px;
}

.w_l_l img {
    width: 20px;
    margin-right: 12px;
}

.w_l_l {
    display: flex;
    align-items: center;
}

.w_l {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    font-size: 14px;
    color: #777;
    position: relative;
}
.w_l_shu{
    display: none;
    width: 4px;
height: 50px;
background: #06CD65;
position: absolute;
top: 0;
left: 0;
}
.w_l:hover {
    background: #EFEFEF;
    /* color: #06CD65; */
}
.w_l:hover .w_l_shu{
    display: block;
}
.ware_erji .w_l:hover {
    /* background: #EFEFEF; */
    color: #06CD65;
}
.ware_la {
    width: 8px;
    margin-left: 17px;
}

.w_l_r {
    display: flex;
    align-items: center;
}

.ware_yiji {
    position: relative;
    cursor: pointer;
}

.ware_erji {
    background: #fff;
    width: 100%;
    display: none;
}

.w_er {
    padding-left: 32px;
}

.w_act {
    background: #F42C20;
    color: #fff;
}

.ware_mr_ti {
    /* height: 46px; */
    display: flex;
    align-items: center;
    /* padding-left: 45px; */
    margin-bottom: 19px;
}

.ware_m_li {
    padding: 25px;
    /* border-bottom: 1px solid #EDEDED; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff;
    margin-bottom: 26px;
}

.ware_gtitle {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.ware_gname {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.ware_tip {
    height: 20px;
    padding: 0 8px;
    font-size: 12px;
    color: #06CD65;
    border: 1px solid #06CD65;
    border-radius: 3px;
    line-height: 18px;
    margin-left: 12px;
}

.ware_pic {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 5px;
}

.ware_gin {
    margin-left: 15px;
    height: 100%;
}

.ware_g1 {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    height: 64px;
    display: flex;
}

.ware_gcon {
    display: flex;
    width: 80%;
}

.ware_g2 {
    display: flex;
    font-size: 12px;
    color: #333;
    margin-top: 28px;
}

.ware_g2 a {
    color: #777;
}

.ware_g3 img {
    width: 14px;
    margin-right: 7px;
}

.ware_g3 {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ware_g4 {
    /* margin-left: 26px; */
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ware_shu {
    width: 1px;
    height: 11px;
    background: #777;
    margin: 0 42px;
    position: relative;
    top: 1px;
}

.ware_ginfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ware_gbtn {
    width: 114px;
    height: 36px;
    background: #06CD65;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    position: relative;
    top: 6px;
    cursor: pointer;
}
.ware_gbtn:hover{
    background: #06CD65;
}
.ware_gbtn a {
    color: #fff;
}

.wsti {
    white-space: nowrap;
    /* width: 50px; */
}

.ware_g3 a {
    color: #333;
}

.ws2 {
    margin-left: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}

.ware_m_li:nth-last-of-type(1) {
    border: none;
}

.wa_list .ware_m_li:nth-last-of-type(1) {
    border-bottom: 1px solid #EDEDED;
}

.tip_3d {
    margin-right: 12px;
}

.ware_list_ad {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 3px;
}

.ware_type {
    background: #fff;
}

.wa_list {
    padding-bottom: 62px;
}

.soft_title{
    text-align: left;
    padding-left: 25px;
    width: 40.625%;
    margin: 0 auto;
}