html, body {
    width: 100%;
    height: 100%;
}

.hk_main {
    width: 100%;
    background-color: #F3F7FD;
    overflow: auto;
}

.hk_map {
    /*width: 100%;

    height:calc(100vh - 230px);*/
    /*background-color: red;*/
    width: 1200px;
    margin: 0 auto;
    height: calc(100vh - 40vh);
}

.hk_hour {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background-color: white;
    margin-top: 15px;
    padding-left: 20px;
    padding-top: 10px;
}

#dt {
    width: 100%;
    height: 100%;
    position: relative;
}
/*去除logo*/
.anchorBL {
    display: none;
}
/*农业*/
.hk_ny {
    width: 100%;
    height: 300px;
    background-color: white;
    border-radius: 10px;
    margin-top: 15px;
}
/*10天天气预报*/
.hk_tenday {
    width: 100%;
    height: 600px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.hk_tenday_left {
    width: 700px;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
}

.hk_tenday_right {
    width: 460px;
    height: 100%;
    /*background-color: white;*/
    /*border-radius: 10px;*/
    float: right;
}

.hk_hour_top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-right: 20px;
}

.hk_hour_top_r_img {
    margin: 0 2px;
    cursor: pointer;
}

.hk_hour_top_l {
    display: flex;
}

.hk_hour_bottom {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.hk_hour_list {
    /*width: 50px;*/
    height: 100%;
    /*background-color: red;*/
    margin-right: 40px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
}

.hk_hour_img {
    width: 40px;
    height: 40px;
    margin: 15px 0;
}

.hk_hour_bottom_content {
    min-width: 1300px;
    width: auto;
    height: 135px;
    position: absolute;
    display: flex;
    left: 0px;
}

.hk_earlywarning {
    width: 100%;
    height: 193px;
    background-color: white;
    border-radius: 10px;
}

.hk_earlywarning_img {
    width: 120px;
}

.hk_earlywarning_right {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*yb_content*/
.yb_content {
    min-width: 1300px;
    width: auto;
    height: 270px;
    position: absolute;
    display: flex;
}

.yb_list {
    width: 96px;
    height: 250px;
    text-align: center;
    cursor: pointer;
}

    .yb_list:hover {
        background-color: #EBF0F4;
    }

    .yb_list p {
        margin: 10px 0;
    }

.yb_list_on {
    background-color: #EBF0F4;
}

#farm_name:hover {
    color: #2886CC;
    cursor: pointer;
}
.hk_ny {
    padding-left: 20px;
    padding-top: 20px;
}

.hk_ny_one {
    width: 322px;
    height: 100%;
}

.qk_item {
    display: flex;
    flex-direction: row;
    margin-right: 40px;
    margin-bottom: 15px;
    min-width: 140px;
    align-items: center;
}

.product_p {
    /*padding-top: 5px;*/
    color: #000;
    min-width: 400px;
}

.product_span {
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #E9E9E9;
    border-radius: 5px;
}

.on {
    background-color: #2886CC;
    color: white;
    border-radius: 5px;
}

#qhbtn {
    background-color: #E2EBFB;
    border-radius: 15px;
    border: 2px #999 solid;
    display: flex;
    align-items: center;
    padding: 1px 5px;
    color: #999;
    font-size: 12px;
}

.insect_item {
    margin-right: 10px;
}

    .insect_item:hover {
        color: #2886CC;
        cursor: pointer;
    }

#fruits_info p {
    margin-bottom: 10px;
}
.css_animation{
    height:30px;
    width:30px;
    border-radius: 25px;
    background: rgba(255, 0, 0, 0.9);
    transform: scale(0);
    animation: myfirst 3s;
    animation-iteration-count: infinite;
    position: absolute;
    left: -13px;
    top: 5px;
    z-index: 1;
}
@keyframes myfirst{
    to{
        transform: scale(2);
        background: rgba(0, 0, 0, 0);
    }
}
