.foot {    width: 100%;    /*height: 250px;*/    background-color: #e4e4e4;    /* position: fixed; */    /* margin-bottom: -100px; */}.footcenter {    width: 90%;    margin: 0 auto;    padding: 1% 0;    display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}.footLeft {    width: 30%;}.companyName {    color: #FFFFFF;    font-size: 22px;}.otherInfo {    margin-top: 20px;    /* margin-left: 10px; */}.address {    color: #FFFFFF;    font-size: 18px;    line-height: 28px;}.footRight {    /* top: 0; */    /* left: 50%; */    /* padding-right: 50px; */    width: 30%;    /* background-color: #65C2FF; */}.appInfo {    /* position: relative; */    margin-top: 30px;    /* left: 200px; */    float: right;    height: 220px;    /* display: inline-block; */}.appPicture {    /* float: right; */    width: 150px;    height: 150px;    margin: 0 auto;     margin-left: 10px;}.appName {    position: relative;    /* top: 210px; */    /* left: -140px; */    color: #FFFFFF;    height: 40px;    width: 150px;    text-align: center;    line-height: 40px;    margin: 0 auto;    /* margin-left: 50px; */    /* float: right; */}