.foot {
	HEIGHT: 90px; WIDTH: 1000px; BACKGROUND-IMAGE: url(/uiFramework/commonResource/image/2021090916283321794.gif); BACKGROUND-REPEAT: repeat-x; TEXT-ALIGN: center; PADDING-TOP: 20px; MARGIN: 0px auto; LINE-HEIGHT: 22px
}
span#_span_jiucuo {
    position: relative;
    top: -0;
    right: 50px;
}
table, tbody, tr, th, td {
    color: #000;
    font-size: 12px!important;
}

/*手机适配*/
@media screen and (max-width:640px) {
.foot {
    width: 100%!important;
    overflow:hidden;
    padding-top: 0px;
    padding-bottom: 120px;
}
}