
/** 尾部**/
.foot {
    padding-top: 40px;
    background-color: #404045;
}

.foot .foot-content {
    width: 83%;
    /*min-width: 1200px;*/
    margin: 0 auto;
}

.foot .foot-content .foot-content-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #5D5D5D;
    padding-bottom: 20px;
}

.foot .foot-content .foot-content-ul .foot-content-item .title{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 16px ;
}

.foot .foot-content .foot-content-ul .foot-content-item ul li {
    margin-bottom: 6px;
}

.foot .foot-content .foot-content-ul .foot-content-item ul li a{
    font-weight:400;
    color:rgba(255,255,255,0.5);
    font-size:12px;
    text-decoration: none;
}

.foot .foot-content .foot-content-ul .foot-content-item.group {
    text-align: right;
}

.foot .foot-content .foot-content-ul .foot-content-item.group .logo img {
    width: 100px;
}

.foot .foot-content .foot-content-ul .foot-content-item.group p{
    font-size: xx-small;
    color:rgba(255,255,255,0.5);
    margin: -6px 0px 10px 0px;
}

.foot .foot-content .foot-content-ul .foot-content-item.group .qcode img {
    width: 82px;
}

.foot .foot-content .copyright {
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.foot .foot-content .copyright p {
    font-size: 12px;
    color:rgba(255,255,255,0.5);
    font-family:Microsoft YaHei;
    margin: 0px;
}

.foot .foot-content .copyright p:last-child {
    margin-top: 12px;
}
.foot .bq {
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot .bq .jgaab {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.foot .bq .jgaab img {
    height: 14px;
    margin-right: 1px;
}
/** 尾部 END**/