.foot {
    width: 100%;
    background: #ffffff;
    border-top: 3px solid #267330;
}
.foot .Links {
    height: 1rem;
    background: #ccc;
    line-height: 1rem;
}
.foot .Links .linkCon {
    width: 100%;
    margin: 0 auto;
}

.foot .cusSelect {
    width: 22%;
    height: 1rem;
    line-height: 1rem;
    margin-left: .3rem;
    position: relative;
    cursor: pointer;
    background: url("//www.tl808.com/pub/select.png") no-repeat right center;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}
.foot .cusTitle {
    width: 90%;
    height: 100%;
    font-size: 16px;
    color: #000;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.foot .cusOpSet {
    min-width: 100%;
    max-height: 5rem;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
    bottom: 1rem;
}
.foot .cusOption {
    width: auto;
    line-height: .5rem;
    font-size: .28rem;
    background-color: inherit;
    padding: 0;
    white-space: nowrap;
}
.foot .cusOption a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0px .1rem;
}
.foot .cusOption:hover {
    background-color: #7ba148;
    color: #fff;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.foot .footCon {
    padding: .3rem 0;
    width: 90%;
    margin: 0 auto;
}
.foot .footCon #sydw {
    float: left;
    width: 1rem;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: .2rem;
}
.foot .footCon #sydw img {
    width: 100%;
}
.foot .footCon .footText {
    margin-left: .2rem;
    float: left;
    font-size: 0.23rem;
    line-height: .4rem;
}
.foot .footCon .footText p span {
    margin-right: .1rem;
}
