.teaMap {
    padding-top: 30px;
}

.teaMap .map {
    position: relative;
}

.teaTree{
    display: block;
    position:
    absolute;
    top: 20px;
    left: 20px;
    width: 300px;
}

.teaMap .teaTree img{
    width:100%;
}

.teaTree .tomore{
    margin-top: -3px;
    color: rgb(27 118 57);
    text-align: center;
    text-decoration: underline;
}

.teaMap img {
    width: 100%;
}

#county {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

#county .text{
    padding: 0 10px;
}

#county .text img{
    width: auto;
}

.countyList{
    display: none;
}

.countyList .countyLink{
    display:block;
    padding: 0 10px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

.goLink {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 65px;
    height: 30px;
    font-size: 24px;
}

.fqx {
    bottom: 498px;
    left: 564px;
}

.yx {
    bottom: 436px;
    left: 625px;
}

.ydx {
    bottom: 380px;
    left: 460px;
}

.lxq {
    bottom: 334px;
    left: 598px;
}

.zkx {
    bottom: 340px;
    left: 370px;
}

.gmzzx {
    bottom: 284px;
    left: 478px;
}

.cyzzx {
    bottom: 206px;
    left: 446px;
}

.sjzzx {
    bottom: 238px;
    left: 560px;
}

@media screen and (max-width:768px) {

    #county {
        display: block;
    }

    .goLink {
        display: none;
    }

    .teaTree{
        top: 10px;
        left: 0;
        width: 28%;
        font-size: 12px;
    }

    .teaTree .tomore{
        margin-top: 2px;
        text-underline-offset: unset;
    }
}