.foot{
    width:100%;
    height: 430px;
    background-color: #0881F6;
}
.foot-top{
    width:500px;
    height: 50px;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
}
.foot-top-left{
    width: 125px;
    height: 50px;
    float: left;
    background-color: #0881F6;
    clip-path: polygon(0 0,100% 100%,0 100%);
}
.foot-top-center{
    width:150px;
    height: 60px;
    float: left;
    position: absolute;
    top:10px;
    left:175px;
}
.foot-top-right{
    width: 125px;
    height: 50px;
    float: right;
    background-color: #0881F6;
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 100%,100% 0,100% 100%);
    margin-right: -1px;
}
.foot-content{
    width: 1400px;
    height: 320px;
    margin: 0 auto;
    margin-top: 30px;
    /*background-color: #1cdcb6;*/
    color: #ffffff;
}
.foot-content-1{
    width: 110px;
    height:100%;
    float: left;
    overflow: hidden;
}
.foot-content-li-top{
    font-size: 18px;
    font-weight: bold;
}
.foot-content-li{
    margin-top: 14px;
    font-size: 16px;
}
.foot-content-li:hover{
    color: #5DDDC6;
}
.foot-content-2{
    width: 160px;
    height:100%;
    float: left;
    margin-left: 70px;
    overflow: hidden;
}
.foot-content-3{
    width: 390px;
    height:100%;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.app-qrcode{
    width:390px;
    height: 180px;
    margin-top: 30px;
}
.app-qrcode-row{
    width:150px;
    height: 180px;
    float: left;
    margin-left: 90px;
    text-align: center;
}
.app-qrcode-row:first-child{
    margin-left: 0;
}
.app-qrcode-row img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.foot-content-4{
    width: 500px;
    height:100%;
    float: left;
    margin-left: 100px;
    overflow: hidden;
}
.foot-content-li-img{
    width: 20px;
    height:20px;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}
.foot-content-li-2{
    margin-top: 14px;
    font-size: 16px;
}
.foot-bottom{
    width:100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    border-top: 1px solid #9ECFFE;
    text-align: center;
    padding-top: 0.1px;
}
.foot-bottom a:hover{
    color: #5DDDC6;
}
.ga{
    width: 18px;
    height: 20px;
    display: inline-block;  /* 或 block */
    position: relative;
    margin-left: 5px;
}
.ga img{
    width: 18px;
    height: 20px;
    position: absolute;
    top:4px;
    left: 0px;
}