.logo-img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.wrapper{
    display: flex;
    justify-content: space-between;
}
.wrapper .Breadcrumb{
    width: 200px;
}

.m-nav{
    width: 200px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 600px;
}
.m-nav ul{

}
.m-nav ul li{
    width: 120px;
    font-size: 13px;
    margin-top: 16px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-image: url(../images/nbg.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;;
}
.m-nav ul li.active{
    background-image: url(../images/bg.png);
    color: #1159FF;
}
.content{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top:12px;
}
.wrapper .content{
    margin-left: 40px;
    width: 900px;
    margin-right: 80px;
}
.nongzi-item{
    display: flex;
    width: 300px;
    margin-left:20px;
    margin-top:20px;
}
.nongzi-item a{
    display: flex;
    width: 100%;
}
.nongzi-item img{
    width: 120px;
    border-radius: 3px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
/*.nongzi-item img:hover{
    transform: scale(1.2);
}*/
.nz-content{
    width: 180px;
    font-size: 13px;
    margin-left: 12px;
}
.nz-content .title{
    font-size:13px;
    height: 50px;
    overflow: hidden;
    color: #666;
}
.nz-content .price{
    color: #e4393c;
    font-weight: 400;
    font-size: 18px;
}
.nz-content .price span{
    font-size:14px;
}
.nz-content .cate{
    color:#666;
}
span input,span textarea,span select{
    border:none;
    width: 100%;
    height: 100%;
    padding: 2px;
}
.subbtn{
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    color: #fff;
    font-size: 16px;
    background-color: #1159FF;
    border-radius: 6px;
}
.header-main .nav .nav-main .sys-tit[data-v-c6f9e7fc]{
    width: 205px;
}
.btns{
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    display: flex;
    justify-content: space-around;
}
.btn-tb{
    width: 200px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    height: 70px;
    line-height: 70px;
    background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}
.tb4{
    background-image: linear-gradient(120deg, rgba(68, 241, 5, 0.99) 0%, #f5e905 100%);
}
.tb2{
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.tb3{
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.list-wrapper{
    padding: 20px;
}
.com_list[data-v-99a48dcc]{
    height: 40px;
    line-height: 40px;
}
.introcontent{
    padding: 20px;
    width: 920px;
}
.goods-list{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.goods-item{
    width: 240px;
    height: auto;
    min-height: 300px;
    margin-top: 20px;
}
.goods-item .nz-img{
    width: 100%;
    height: 180px;
}
.goods-item .nz-content .title{
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}
.fuwu-list{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.fuwu-item{
    width: 30%;
    height: 400px;
    overflow: hidden;
    margin-top:20px;
}
.fuwu-item .nz-img{
    width: 100%;
    height: 200px;
}
.fuwu-item .title{
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.fuwu-item .price-plant{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fuwu-item .nz-content{
    width: 90%;
}
.fuwu-item .price-plant .plant{
    color: #333;
}
.company-list{
    width: 100%;
    background: #fff;
}
.table{
    width: 100%;
}
table.table{
    border-color: #808080;
}
th,tr{
    border-color: #808080;
}
.table td a{
    display: block;
}
.table-head{
    height: 49px;
    line-height: 49px;
    background: rgba(90,149,248,.3);
    color: #1159FF;
    font-weight: normal;
    border:rgb(128, 128, 128);
}
tbody tr:hover{
    background: rgba(90,149,248,.3);
}
.company-main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-tr{
    height: 57px;
    line-height: 57px;
    font-size: 14px;
}
.pagination{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination li{
    width: 32px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #808080;

    border-radius: 8px;
    margin-left: 10px;
}
.pagination li a{
    display: block;
    color: rgba(0, 0, 0, 0.65);
}
.pagination li.active{
    border-color: #1890ff;
    font-weight: 500;
    color: #1890ff;
}
.image-wrapper{
    width: 100%;
    height: 100%;
}
/*farm*/
.company-main{
    background: #fff;
}
.farm-intro{
    margin-left: 30px;
    padding: 8px;
    position: relative;
}
.farm-item-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.farm-title{
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
}
.farm-intro-item{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 50%;
    display: flex;
}
.farm-intro-content{
    background: #fff8f6;
    padding: 12px;
    border-radius: 4px;
    height: 155px;
    overflow: hidden;
    line-height: 1.5;
}
.intro-list{
    margin-top: 20px;
    padding: 12px;
}
.intro-ewm{
    width: 120px;
    height: 120px;
    position: absolute;
    right: 10px;
    top:10px;
}
