.teaCultureCounty {
    position: relative;
    padding-top: 30px;
    cursor: pointer;
}

.teaCultureCounty img{
    width: 100%;
}

.teaGarden{
    position: absolute;
    left: 200px;
    bottom: 200px;
    width: 100px;
    height: 30px;
    cursor: pointer;
}

.btnLink{
    display: none;
    position: absolute;
    top: 40px;
    left: 30px;
    overflow: hidden;
}

.btnLink .link{
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.btnLink .link img{
    float: left;
    height: 100%;
    width: auto;
}

.btnLink .link .text{
    float: left;
    padding: 0 5px;
    color: #6d812c;
    height: 100%;
    border-top: 1px solid #582e22;
    border-bottom: 1px solid #582e22;
}

@media screen and (max-width:768px) {
    .teaGarden{
        display: none;
    }

    .btnLink{
        display: block;
    }

    #footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}