body{
    background: #E9E9E9;
}
.el-select{
    flex: 4;
}
.el-input__inner::placeholder{
    color:#163452;
}
.el-input__inner {
    font-size: 20px;
}
.el-input__inner{
    border: none;
}
.el-icon-arrow-up:before {
    content: "\e78f";
}
.el-select .el-input .el-select__caret{
    color: #163452;
}
.farm-body{
    width: 1280px;
    margin: 0 auto;
}

.mui-backdrop{
    z-index: 998;
}
.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-overflow-m{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: var(--line);
    -webkit-line-clamp: var(--line);
}
/*滑动列表*/
.carousel{
    padding-bottom: 16px;
}
.carousel .carousel-container{
    width: 100%;
    overflow-x: hidden;
}
.carousel .carousel-container .carousel-scroll-container{
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0);
}
.carousel .carousel-container .carousel-scroll-container.ease{
    transition: .15s ease;
}
.carousel .carousel-container .carousel-scroll-container .carousel-item{
    flex: 0 0 100%;
    width: 100%;
    padding: 0 16px;
}
.carousel .carousel-indicator-container{
    display: flex;
    justify-content: center;
}
.carousel .carousel-indicator-container .carousel-indicator{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D9D9D9;
    margin-top: 12px;
}
.carousel .carousel-indicator-container .carousel-indicator.active{
    background: #046AE8;
}
.carousel .carousel-indicator-container .carousel-indicator + .carousel-indicator{
    margin-left: 4px;
}
[v-cloak] {
    display: none;
}
/*滑动卡片*/
.swiper-card-container{
    width: 100vw;
    padding: 0 10vw;
}
.swiper-container-card .swiper-pagination{
    right: 10px;
    top: 10px;
    left: unset;
    width:60px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.swiper-scroll-container{
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0);
}
.swiper-scroll-container.ease{
    transition: .15s ease;
}
.swiper-card-container .swiper-item{
    flex: 0 0 80vw;
    width: 80vw;
}
.swiper-card-container .swiper-item + .swiper-item{
    margin-left: 8px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/farmwork/union.svg');
    left: 10px;
    transform: rotate(180deg);
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/farmwork/union.svg');
    right: 250px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 54px;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
}

/*标签*/
.farm-work-tag{
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
}
.farm-work-tag.red{
    color: #F41A1A;
    background: rgba(244, 26, 26, 0.1);
}
.farm-work-tag.orange{
    color: #FF7A00;
    background: rgba(244, 131, 26, 0.1);
}

.farm-work-page{
    background: #F3F3F3;
    min-height: 100vh;
    padding-top: 44px;
}
.farm-work-page.bg-white{
    background-color: #FFFFFF;
}
/*列表页头*/
.list-page-header{
    height: 44px;
    overflow: hidden;
    background: #00B955;
    /*position: relative;*/
    padding: 0 16px;
}
.list-page-header .button-back,
.list-page-header .button-close,
.list-page-header .button-search{
    width: 28px;
    height: 28px;
    align-self: center;
    position: absolute;
    top: 8px;
}
.list-page-header .button-close{
    background: url("../images/farmwork/page-search-close.svg") no-repeat center;
    left: 16px;
}
.list-page-header .button-back{
    background: url("../images/farmwork/page-back.svg") no-repeat center;
    left: 16px;
}
.list-page-header .button-search{
    background: url("../images/farmwork/page-search.svg") no-repeat center;
    right: 16px;
}
.list-page-header .center{
    position: absolute;
    left: 44px;
    right: 44px;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}
.list-page-header .center-wrapper{
    height: 88px;
    transition: .15s ease;
    transform: translateY(0);
}
.list-page-header .title{
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.list-page-header.show-search .center-wrapper{
    transform: translateY(-44px);
}
.list-page-header .center-wrapper .search-input{
    height: 44px;
    padding: 8px 0;
}
.list-page-header .center-wrapper .search-input input{
    background-color: white;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
}
/*列表TAB*/
.el-pager li{
    background: unset;
}
.el-pagination button:disabled{
    background: unset;
}
.el-pagination .btn-next, .el-pagination .btn-prev{
    background: unset;
}
.el-pager li.active{
    color: #00B955;
}

.list-tab-container{
    margin-top: 24px;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}
.list-tab-container .list-tab-item{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 18px;
    color: #4D4D4D;
    white-space: nowrap;
    cursor: pointer;
}
.list-tab-container .list-tab-item.active{
    background: rgba(0, 185, 85, 0.1);
    color: #00B955;
}
.list-tab-container .list-tab-item + .list-tab-item{
    margin-left: 12px;
    cursor: pointer;
}
/* 详情面板 */
.detail-panel{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
}
.detail-panel.visible{
    pointer-events: auto;
}
.detail-panel .detail-panel-mask{
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: .25s ease;
}
.detail-panel .detail-panel-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1001;
}
.detail-panel .detail-panel-container{
    height: 70vh;
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07), 0px 6px 21px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: .25s ease;
    overflow-y: scroll;
    padding: 0 16px 24px;
    max-height: 80vh;

    top: 15vh;
    left: 20vw;
    width: 60vw;
    transform: translateY(0) scale(0); 
    display: flex;
    flex-direction: column;
}
.detail-panel .detail-panel-container .button-close{
    width: 24px;
    height: 24px;
    background: url("../images/farmwork/detail-close.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
}
.detail-panel.visible .detail-panel-mask{
    background-color: rgba(0, 0, 0, .35);
    backdrop-filter: blur(2px);
}
.detail-panel.visible .detail-panel-container{
    transform: translateY(0);
}
/* 详情通用 */
.detail-container{
    display: flex;
    flex-direction: column;
}
.detail-container .header{
    background-color: #fff !important;
    margin-top: 24px;
    padding: 16px 46px 16px 16px;
    position: sticky;
    position: -webkit-sticky; /* safari 浏览器 */
    top: 0;
    z-index: 10000;
}
.detail-container .header .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #163452;
}
.detail-container .header .info{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.detail-container .header .info > div + div{
    margin-left: 8px;
}
.detail-container .header .info .like-count{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
.detail-container .rich-text{
    flex: 1;
    overflow-y: auto;
    padding: 0 16px;
    line-height: 30px;
}
/*农事安排*/
.farm-work-plan{
    padding: 0 16px 16px;
}
.farm-work-plan .detail{
    position: relative;
}
.farm-work-plan .unselect-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .35);
    backdrop-filter: blur(4px);
}
.farm-work-plan .unselect-mask .button-select{
    background: #27942B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.farm-work-plan .breed{
    font-weight: 700;
    font-size: 24px;
    color: #163452;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.farm-work-plan .breed .el-input__inner::placeholder{
    color:#163452;
}
.farm-work-plan .breed .el-input__inner {
    font-size: 20px;
    color:#163452;
}
.farm-work-plan .breed .arrow{
    margin-left: 10px;
}
.farm-work-plan .time-info{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
}
.farm-work-plan .time-info .divider{
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.08);
    margin: 0 32px;
}
.farm-work-plan .time-info .info-item{
    flex: 1;
}
.farm-work-plan .time-info .info-item .main{
    font-weight: 500;
    font-size: 16px;
    color: #163452;
    margin-bottom: 4px;
}
.farm-work-plan .time-info .info-item .sub{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work-plan .plan{
    margin-top: 12px;
}
.farm-work-plan .plan .label{
    font-weight: 500;
    font-size: 14px;
    color: #163452;
    margin-bottom: 4px;
}
/* 农事小喇叭——首页 Start */
.farm-work_index {
    /*background: #F3F3F3;*/
    /*min-height: 100vh;*/
}

.index-header{
    height: 48px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.index-header .page-name{
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.index-header .user-avatar{
    width: 32px;
    height: 32px;
    background: #0c183b;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.index-header .today-weather{
    display: flex;
    align-items: center;
}
.index-header .today-weather .icon{
    width: 32px;
    height: 32px;
}
.index-header .today-weather .info{
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
}
.index-header .today-weather .info .area-temperature .area{
    font-weight: 400;
    font-size: 12px;
    color: #6D869F;
}
.index-header .today-weather .info .area-temperature .temperature{
    font-weight: 700;
    font-size: 20px;
    color: #163452;
}
.index-header .today-weather .info .weather-detail{
    text-align: right;
    padding-left: 40px;
}
.index-header .today-weather .info .weather-detail .label{
    font-weight: 400;
    font-size: 14px;
    color: #4D6F91;
}
.index-header .today-weather .info .weather-detail .detail{
    font-weight: 400;
    font-size: 12px;
    color: #6D869F;
}
.farm-work_index .index-content{
    display: flex;
    justify-content: space-between;
}
.farm-work_index .index-content .calendar .container{
    margin-top:24px;
}
.farm-work_index .index-section {
    margin: 20px 0;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}
.farm-work_index .index-content .calendar{
    width: 360px;
    margin-top: 24px;
}
.farm-work_index .right-content{
    width: 848px;
    margin-top: 24px;
    box-sizing: border-box;
}
.farm-work_index .index-section .header {
    /*background: linear-gradient(to bottom, #EAF4FF, #FFFFFF);*/
    display: flex;
}

.farm-work_index .index-section .header .learn-more{
    display: flex;
    align-items: center;
}
.farm-work_index .index-section .header .learn-more .label{
    font-weight: 500;
    font-size: 12px;
    color: #00B955;
}
.farm-work_index .index-section .header .learn-more .icon{
    width: 16px;
    height: 16px;
}

.farm-work_index .index-section .header .title-wrapper{
    flex: 1;
    display: flex;
    align-items: center;
}
.farm-work_index .index-section .header .title-wrapper .icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.farm-work_index .index-section .header .button-change{
    font-size: 8px;
    color: #0AC560;
    text-align: center;
    cursor: pointer;
}
.farm-work_index .index-section .header .title-wrapper .title{
    font-weight: 700;
    font-size: 16px;
    color: #00B955;
    line-height: 22px;
}

.farm-work_index .index-section .header .title-wrapper .en-title{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #00B955;
    padding-left: 8px;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 5px;
}

.farm-work_index .index-section .container{
    /*padding: 0 16px;*/
}

.farm-work_index .non-bg{
    margin: 0;
    background: unset;
}
.farm-work_index .non-bg .header{
    margin: 0 16px;
    background: unset;
}
.farm-work_index .non-bg .container{
    padding: unset;
}

.farm-work_index .plan .header {
    background: linear-gradient(to bottom, #DCF3DD, #FFFFFF);
}
.farm-work_index .plan .header .title{
    color: #27942B;
}

/*病虫害预警*/
.farm-work_index .index-section.warning {
    min-height: 110px;
    padding-bottom: 10px;
}
.farm-work_index .index-section.warning .warning-item{
    width: 100%;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.farm-work_index .index-section.warning .warning-item:last-child{
    border-bottom: unset;
}
.farm-work_index .index-section.warning .warning-item .cover{
    flex: 0 0 72px;
    width: 72px;
    height: 56px;
    border-radius: 4px;
}
.farm-work_index .index-section.warning .warning-item .info{
    flex: 1;
    width: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0px 5px 10px;
}
.farm-work_index .index-section.warning .warning-item .info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.farm-work_index .index-section.warning .warning-item .info .title{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #163452;
}
.farm-work_index .index-section.warning .warning-item .info .describe{
    width: 100%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work_index .index-section.warning .warning-item .info .describe p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*节气*/
.solar-term-container{
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}
.solar-term-container .gap{
    width: 12px;
}
.solar-term-container .date-card,
.solar-term-container .solar-term-card{
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}
.solar-term-container .date-card{
    background: linear-gradient(180deg, #4A99F5 0%, #74B4FF 100%);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
}
.solar-term-container .date-card .year-month{
    font-weight: 500;
    font-size: 14px;
}
.solar-term-container .date-card .date{
    font-size: 32px;
    line-height: 44px;
}
.solar-term-container .date-card .weekday{
    font-weight: 700;
    font-size: 16px;
}
.solar-term-container .date-card .lunar-date{
    font-weight: 500;
    font-size: 14px;
}
.solar-term-container .solar-term-card{
    position: relative;
    padding: 16px;
}
.solar-term-container .solar-term-card .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.solar-term-container .solar-term-card .info{
    position: absolute;
    color: #FFFFFF;
    left: 16px;
    bottom: 16px;
}
.solar-term-container .solar-term-card .info .solar-term{
    font-weight: 500;
    font-size: 16px;
}
.solar-term-container .solar-term-card .info .date-range{
    font-weight: 500;
    font-size: 12px;
}

.farm-work_index .should-taboo{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.farm-work_index .should-taboo>div{
    width: 174px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
}
.farm-work_index .should-taboo .should{
    background: #00B955;
}
.farm-work_index .should-taboo .taboo{
    background: #F3A32A;
}
.farm-work_index .message-dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    pointer-events: none;
}
.farm-work_index .message-dialog.visible{
    visibility: visible;
    pointer-events: auto;
}
.farm-work_index .message-dialog.visible .message-mask{
    background-color: rgba(0,0,0,.25);
    backdrop-filter: blur(2px);
}
.farm-work_index .message-dialog.visible .message-content{
    transform: translateY(-50%) scale(1);
}
.farm-work_index .message-dialog .message-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    backdrop-filter: blur(0);
    transition: .15s ease;
}
.farm-work_index .message-dialog .message-content{
    padding: 24px 16px;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 15vw;
    width: 70vw;
    border-radius: 8px;
    background-color: white;
    transform: translateY(-50%) scale(0);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .15s ease;
}
.farm-work_index .message-dialog .message-content .title{
    font-size: 16px;
    text-align: center;
    color: #545454;
    margin-bottom: 16px;
}
.farm-work_index .message-dialog .message-content .content{
    flex: 1;
    font-size: 12px;
    line-height: 16px;
    color: #A7A7A7;
}
.farm-work_index .message-dialog .message-content .button-ok{
    background: #F4831A;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    margin-top: 16px;
    font-size: 12px;
    color: #FFFFFF;
}
/*天气*/
.weather-card{
    border-radius: 12px;
    overflow: hidden;
    background-color: white;
}
.weather-flex{
    display: flex;
    align-items: center;
}
.weather-flex>div{
    flex: 1;
}
.weather-card .today-weather{
    padding: 12px 16px 8px;
    display: flex;
    background: #EAF0F6;
}
.weather-card .today-weather .icon{
    width: 32px;
    height: 32px;
}
.weather-card .today-weather .info{
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
}
.weather-card .today-weather .info .area-temperature .area{
    font-weight: 400;
    font-size: 12px;
    color: #6D869F;
}
.weather-card .today-weather .info .area-temperature .temperature{
    font-weight: 700;
    font-size: 20px;
    color: #163452;
}
.weather-card .today-weather .info .weather-detail{
    text-align: right;
}
.weather-card .today-weather .info .weather-detail .label{
    font-weight: 400;
    font-size: 14px;
    color: #4D6F91;
}
.weather-card .today-weather .info .weather-detail .detail{
    font-weight: 400;
    font-size: 12px;
    color: #6D869F;
}
.weather-card .future-weather{
    display: flex;
    padding: 16px;
    justify-content: space-between;
}
.weather-card .future-weather .future-weather-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.weather-card .future-weather .future-weather-item .date{
    font-size: 12px;
    color: #6D869F;
    margin-bottom: 4px;
    line-height: 30px;
    text-align: center;
}
.weather-card .future-weather .future-weather-item .icon{
    width: 32px;
    height: 32px;
}
.weather-card .future-weather .future-weather-item .temperature{
    font-size: 14px;
    color: #545454;
    line-height: 30px;
}
.weather-card .message-container{
    display: flex;
    justify-content: center;
}
.weather-card .message-container .message{
    width: 260px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    background: #F4831A;
}
.weather-card .chart-container{
    padding: 16px;
}
.weather-card .chart-container .switch{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74, 153, 245, 0.1);
    border-radius: 4px;
}
.weather-card .chart-container .switch .label{
    font-weight: 500;
    font-size: 14px;
    color: #2596FF;
}
.weather-card .chart-container .switch .arrow{
    transform: rotate(180deg);
    transition: .15s ease;
}
.weather-card .chart-container .switch.expand .arrow{
    transform: rotate(0);
}
.weather-card .chart-container .collapse-container{
    height: 0;
    overflow: hidden;
    transition: .15s ease;
    display: flex;
    flex-direction: column;
}
.weather-card .chart-container .collapse-container.expand{
    height: 180px;
}
.weather-card .chart-container .chart{
    height: 124px;
}
.weather-card .chart-container .tab-container{
    display: flex;
    align-items: center;
    height: 56px;
}
.weather-card .chart-container .tab-container .label{
    font-weight: 500;
    font-size: 14px;
    color: #545454;
    margin-right: 12px;
}
.weather-card .chart-container .tab-container .tab-item{
    height: 32px;
    padding: 0 28px;
    font-size: 12px;
    line-height: 32px;
    color: #4D4D4D;
    border-radius: 2px;
    background: rgba(74, 153, 245, 0);
    transition: .15s ease;
}
.weather-card .chart-container .tab-container .tab-item.active{
    background: rgba(74, 153, 245, 0.1);
    color: #2596FF;
}
/*农资介绍*/
.farm-work_index .index-section.means{

}
.farm-work_index .index-section.means .group{
    display: flex;
    justify-content: space-between;
}
.farm-work_index .index-section.means .group .means-item{
    flex: 0 0 calc(50% - 6px);
    width: 100px;
}
.farm-work_index .index-section.means .group .means-item .cover{
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 8px;
}
.farm-work_index .index-section.means .group .means-item .info .title{
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-bottom: 2px;
}
.farm-work_index .index-section.means .group .means-item .info .describe{
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.55);
}
/*农事技术*/
.farm-work_index .technology {
    display:flex;
    flex-flow:wrap;
}
.farm-work_index .technology .technology-card{
    width: 400px;
    margin: 24px 0 0;
    margin-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    cursor: pointer;
}
.farm-work_index .technology .technology-card:nth-child(3n-2){
    margin-left: 0;
}
.farm-work_index .technology .technology-item{
    display: flex;
    margin-top: 20px;
}
.farm-work_index .technology .technology-item:last-child{
    border-bottom: unset;
}
.farm-work_index .technology .technology-item .cover{
    flex: 0 0 90px;
    width: 120px;
    height: 90px;
    border-radius: 4px;
}
.farm-work_index .technology .technology-item .info{
    flex: 1;
    width: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0px 5px 10px;
}
.farm-work_index .technology .technology-item .info p{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.farm-work_index .technology .technology-item .info .title{
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #636363;
}
.farm-work_index .technology .technology-item .info .describe{
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work_index .technology .technology-item .info .describe p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*农资技术*/
.farm-work_index .means {
    display:flex;
    flex-flow:wrap;
}
.farm-work_index .means .means-card{
    width: 300px;
    margin: 24px 0 0;
    margin-left: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    cursor: pointer;
}
.farm-work_index .means .means-card:nth-child(4n-3){
    margin-left: 0;
}
.farm-work_index .means .means-item{
    margin-top: 20px;
}
.farm-work_index .means .means-item:last-child{
    border-bottom: unset;
}
.farm-work_index .means .means-item .cover{
    flex: 0 0 252px;
    width: 252px;
    height: 252px;
    border-radius: 4px;
}
.farm-work_index .means .means-item .info{
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0px 5px 10px;
}
.farm-work_index .means .means-item .info p{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.farm-work_index .means .means-item .info .title{
    width: 100%;
    padding: 16px 0;
    font-weight: 500;
    font-size: 20px;
    color: #636363;
}
.farm-work_index .means .means-item .info .describe{
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work_index .means .means-item .info .describe p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*节气农事提醒*/
.farm-work_index .notify .notify-card{
    /*background: linear-gradient(180deg, #E6F1FF 0%, #FFFFFF 24.18%);*/
    padding: 24px 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.farm-work_index .notify .notify-card .solar-term{
    font-size: 24px;
    color: #163452;
    padding: 0 20px;
}
.farm-work_index .notify .notify-card .date-range{
    font-size: 12px;
    color: #163452;
    margin-bottom: 12px;
}
.farm-work_index .notify .notify-card .plan{
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}
/*农事谚语*/
.farm-work_index .index-section.proverb{
    padding-bottom: 0;
}
.farm-work_index .index-section.proverb .proverb-card{
    background-color: white;
    padding: 12px 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.farm-work_index .index-section.proverb .proverb-card .quotation{
    width: 18px;
    height: 15px;
    margin-bottom: 5px;
}
.farm-work_index .index-section.proverb .proverb-card .proverb{
    font-weight: 500;
    font-size: 16px;
    color: #163452;
    margin-bottom: 12px;
}
.farm-work_index .index-section.proverb .proverb-card .describe{
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.55);
    min-height: 60px;
}
/*底部提醒*/
.farm-work_index .bottom-tip{
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
}
/* 农事小喇叭——首页 End */

/* 农事小喇叭——谚语 Start */
.farm-work_proverb-list .proverb-container{
    padding-top: 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.farm-work_proverb-list .proverb-item{
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    width: 627px;
    box-sizing: border-box;
    margin: 24px 0 0;
}
.farm-work_proverb-list .proverb-item .quotation{
    width: 18px;
    height: 15px;
    margin-bottom: 5px;
    margin-top: 12px;
}
.farm-work_proverb-list .proverb-item .proverb{
    font-weight: 500;
    font-size: 20px;
    color: #163452;
    margin-bottom: 12px;
}
.farm-work_proverb-list .proverb-item .describe{
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 12px;
}
.farm-work_proverb-list .proverb-item .learn-more{
    height: 40px;
    background: rgba(0, 185, 85, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B955;
}
.farm-work_proverb-list .proverb-item .learn-more .arrow{
    width: 16px;
    height: 8px;
    margin-left: 8px;
    transition: transform 0.3s
    -webkit-transition: transform 0.3s
}
.farm-work_proverb-list .proverb-item .learn-more .arrow.open{
  transform : rotate(-180deg)
}
/* 农事小喇叭——谚语 End */

/* 农事小喇叭—-技术 Start */
.farm-work_technology-list{

}
.farm-work_technology-list .technology-item{
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px 0;
    margin: 0 16px;
}
.farm-work_technology-list .technology-item .cover{
    flex: 0 0 82px;
    width: 82px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
}
.farm-work_technology-list .technology-item .info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.farm-work_technology-list .technology-item .info .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #163452;
}
.farm-work_technology-list .technology-item .info .like-count{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
/* 农事小喇叭——技术 End */

/* 农事小喇叭——农资 Start */
.farm-work_means-list{

}
.farm-work_means-list .means-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}
.farm-work_means-list .means-container .means-item{
    flex: 0 0 calc(50% - 6px);
    background-color: #FFFFFF;
    margin-top: 12px;
}
.farm-work_means-list .means-container .means-item .cover{
    height: 170px;
    object-fit: cover;
}
.farm-work_means-list .means-container .means-item .info{
    padding: 8px;
}
.farm-work_means-list .means-container .means-item .info .title{
    font-weight: 700;
    font-size: 16px;
    color: #163452;
}
.farm-work_means-list .means-container .means-item .info .describe{
    font-size: 12px;
    line-height: 16px;
    color: #565656;
    margin-bottom: 8px;
    min-height: 32px;
    margin-top: 8px;
}
.farm-work_means-list .means-container .means-item .info .learn-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    font-size: 12px;
    color: #00B955;
}
/* 农事小喇叭——农资 End */

/* 农事小喇叭——查询 Start */
.farm-work_search .filter-container{
    position: relative;
}
.farm-work_search .filter-container .inner{
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
    width: 468px;
    box-sizing: border-box;
}
.farm-work_search .filter-item{
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex: 1;
    align-items: center;
}
.farm-work_search .filter-item .label{
    font-weight: 500;
    font-size: 16px;
    color: #858585;
}
.farm-work_search .filter-item .value{
    font-weight: 700;
    font-size: 16px;
    color: #163452;
}
.farm-work_search .filter-item .arrow{
    margin-left: 4px;
}
.farm-work_search .button-query{
    background: #00B955;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.farm-work_search .result-container{
    padding: 18px 0;
}
.farm-work_search .result-container .no-data{
    text-align: center;
}
.farm-work_search .result-container .no-data .image{
    width: 100px;
    height: auto;
    margin-bottom: 40px;
}
.farm-work_search .result-container .no-data .label{
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #858585;

}
.farm-work_search .result{
    background: #FFFFFF;
    border-radius: 12px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work_search .result .title{
    padding: 12px 0 16px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #163452;
}

.farm-work_index .search-technology{
    width: 788px;
    box-sizing: border-box;
}
.farm-work_index .search-technology .technology-card{
    display: flex;
    flex-flow: wrap;
}

.farm-work_index .search-technology .technology-item{
    display: flex;
    margin-top: 20px;
    width: 360px;
}
.farm-work_index .search-technology .technology-item:nth-child(2n){
    margin-left: 20px;
}

.farm-work_index .search-technology .technology-item .cover{
    flex: 0 0 90px;
    width: 120px;
    height: 90px;
    border-radius: 4px;
}
.farm-work_index .search-technology .technology-item .info{
    flex: 1;
    width: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0px 5px 10px;
}
.farm-work_index .search-technology .technology-item .info p{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.farm-work_index .search-technology .technology-item .info .title{
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #636363;
}
.farm-work_index .search-technology .technology-item .info .describe{
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.farm-work_index .search-technology .technology-item .info .describe p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 农事小喇叭——查询 End */
.farm-work_index .index-foot{
    margin: 0;
}
.index-foot ul{
    display: flex;
    justify-content: center;
}
.index-foot ul li{
    padding: 0 32px;
    text-align: center;
    cursor: pointer;
}
.index-foot ul li div{
    padding-top: 4px;
}
.index-foot ul li.selected a div{
    color: #00B955;
}
/*登录弹出层*/
.layer-mask {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1024;
}
.layer-login{
    width: 522px;
    height: 548px;
    border-radius: 6px;
    position: fixed;
    top: 120px;
    left: 50%;
    margin-left: -261px;
    background-color: white;
    z-index: 1028;
    display: none;
}
.layer-login iframe{
    width:100%;height: 100%;border:none;
}