/*二维码*/
.part6-con {
    background: url(../../static/image/part6-con.png) no-repeat;
    width: 1119px;
    height: 233px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}


/* 其他样式不变 */


.part6-li {
    flex: none;
    width: 268px;
    position: relative;
    cursor: pointer;
}

.part6-li:hover img,
.part6-li:hover .qq-link {
    display: block;
}

.part6-li img {
    display: none;
    width: 153px;
    height: 153px;
    margin-top: 14px;
    margin-left: 101px;
}

.part6-li p {
    width: 213px;
    text-align: center;
    font-size: 18px;
    color: #f9a2b3;
    position: absolute;
    left: 71px;
    bottom: 10px;
}

.qq-link {
    width: 153px;
    height: 153px;
    margin-top: 14px;
    margin-left: 101px;
    background: #fff;
    display: none;
    justify-content: space-around;
    flex-direction: column;
}

.qq-link a {
    flex: none;
    width: 100%;
    height: 20%;
    display: block;
    color: #f9a2b3;
    text-align: center;
}

.qq-link a:hover {
    display: block;
    color: #FFFFFF;
    background: #f9a2b3;
}



/*二维码底下字体变化*/
p{
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}


