.parent{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1180px;
    color: wheat;
    padding-top: 40px;
    background-color: #26262d;
    height: 464px;
}
.parent .foot-content{
    width: 1200px;
    margin: 0 auto;
}
.top{
    width: 1200px;
    height: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top .top-t{
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 1;
}
.top .top-b{
    margin-top: 20px;
    display: flex;
}
.top .top-b .top-item{
    text-decoration: none;
    cursor: pointer;
    margin-right: 30px;
    height: 17px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.mid{
    margin-top: 40px;
    display: flex;
    width: 1180px;
    justify-content: space-between;
    height: 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px;
}
.mid-left{
    display: flex;
}
.mid-left .mid-left-item{
    margin-right: 80px;
}
.mid-left .mid-left-item .title{
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
}
.mid-left .mid-left-item .mid-item-down{
    margin-top: 30px;
}
.mid-left .mid-left-item .mid-item-down div{
    padding-bottom: 5px;
}
.mid-left .mid-left-item .mid-item-down a{
    text-decoration: none;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
}
.mid-right{
    margin-top: 15px;
    display: flex;
}
.mid-right .mid-right-img img:hover{
    transform: scale(1.5);  
}
.mid-right .mid-right-img img{
    transition: all 0.6s;  
    height: 120px;
    width: 120px;
}
.mid-right .mid-right-img .text{
    text-align: center;
    font-size: 14px;
    color: gray;
    margin-top: 10px;
}

.down{
    width: 1180px;
    position: relative;
    margin-top: 35px;
    display: flex;
}
.down-right{
    position: absolute;
    right: 0;
}
.down-right .down-right-top{
    color: gray;
    display: flex;
    justify-content: end;
}
.down-right .down-right-top div{
    width: 1px;
    height: 10px;
    background-color: grey;
    margin: 5px 20px 0;
}
.down-right .down-right-top a{
    color: gray;
    text-decoration: none;
    font-size: 12px;
}
.down-right .down-right-mid{
    display: flex;
    justify-content: end;
    font-size: 12px;
    color: gray;
    margin: 10px 0;
}
.down-right .down-right-down{
    font-size: 12px;
    color: gray;
    margin: 10px 0;
    text-align: right;
}
.down-right .down-right-down a{
   text-decoration: none;
   color: gray;
}