#pictureWall {
    position: absolute;
    left: 4rem;
    top: 24.69rem;
    width: 10rem;
    height: 3rem;
}

#pictureWall div {
    position: absolute;
}

#pictureWall div img {
    width: 100%;
    height: auto;
}

.mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    display: none;
}

.mask span {
    color: #03E5BF;
    font-weight: bold;
    z-index: 99999;
}

.mask p {
    position: absolute;
    bottom: 6%;
    margin: 0 6%;
    color: #FFF;
}

/* 介绍字体大小 */

/* 300px*300px ,200px*200px*/

#p4 .mask p, #p9 .mask p {
    font-size: 0.14rem;
}

/* 150px*150px */

#p5 .mask p, #p6 .mask p, #p7 .mask p, #p8 .mask p, #p10 .mask p, #p11 .mask p {
    font-size: 0.12rem;
}

/* 100px*100px */

#p1 .mask p, #p2 .mask p, #p3 .mask p, #p12 .mask p, #p13 .mask p, #p14 .mask p {
    font-size: 0.12rem;
    /* font-size:0.09rem; 使Chrome27.0 以后版本可以使字体小于12px */
    transform: scale(0.75) translate(0, 20%);
    -webkit-transform: scale(0.75) translate(0, 20%);
    margin: 0 -7%;
}

/* 名字大小 */

/* 300px*300px ,200px*200px*/

#p4 .mask span, #p9 .mask span {
    font-size: 0.36rem;
}

/* 150px*150px */

#p5 .mask span, #p6 .mask span, #p7 .mask span, #p8 .mask span, #p10 .mask span, #p11 .mask span {
    font-size: 0.24rem;
}

/* 100px*100px */

#p1 .mask span, #p2 .mask span, #p3 .mask span, #p12 .mask span, #p13 .mask span, #p14 .mask span {
    font-size: 0.18rem;
}

#p1 {
    width: 1rem;
    height: 1rem;
}

#p2 {
    top: 1rem;
    width: 1rem;
    height: 1rem;
}

#p3 {
    top: 2rem;
    width: 1rem;
    height: 1rem;
}

#p4 {
    left: 1rem;
    width: 3rem;
    height: 3rem;
}

#p5 {
    left: 4rem;
    width: 1.5rem;
    height: 1.5rem;
}

#p6 {
    left: 4rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

#p7 {
    left: 5.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

#p8 {
    left: 5.5rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

#p9 {
    left: 7rem;
    width: 3rem;
    height: 3rem;
}

#p10 {
    left: 10rem;
    width: 1.5rem;
    height: 1.5rem;
}

#p11 {
    left: 10rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

/* #p12 {
    left: 9rem;
    width: 1rem;
    height: 1rem;
}

#p13 {
    left: 9rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
}

#p14 {
    left: 9rem;
    top: 2rem;
    width: 1rem;
    height: 1rem;
} */

/* 移动端 */

@media only screen and (max-width:767px) {
    #pictureWall {
        left: 0.52rem;
        top: 22.11rem;
        width: 2.75rem;
        height: 3.34rem;
    }
    #p1 {
        width: 0.5rem;
        height: auto;
    }
    #p2 {
        top: 0.5rem;
        width: 0.5rem;
        height: auto;
    }
    #p3 {
        top: 1rem;
        width: 0.5rem;
        height: auto;
    }
    #p4 {
        left: 0.6rem;
        width: 1.5rem;
        height: auto;
    }
    #p5 {
        left: 2.1rem;
        width: 0.75rem;
        height: auto;
    }
    #p6 {
        left: 2.1rem;
        top: 0.8rem;
        width: 0.75rem;
        height: auto;
    }
    #p7 {
        left: 0;
        top: 1.6rem;
        width: 0.92rem;
        height: auto;
    }
    #p8 {
        left: 0rem;
        top: 2.6rem;
        width: 0.92rem;
        height: auto;
    }
    #p9 {
        left: 1.25rem;
        top: 1.52rem;
        width: 1.3rem;
        height: auto;
    }
    #p10 {
        left: 2rem;
        top: 2.8rem;
        width: 0.72rem;
        height: auto;
    }
    #p11 {
        left: 1.1rem;
        top: 2.8rem;
        width: 0.72rem;
        height: auto;
    }
    /* #p12{
        left: 2.14rem;
        top: 1.5rem;
        width: 0.61rem;
        height: auto;
    }
    
    #p13{
        left: 2.14rem;
        top: 2.11rem;
        width: 0.61rem;
        height: auto;
    }
    
    #p14{
        left: 2.14rem;
        top: 2.72rem;
        width: 0.61rem;
        height: auto;
    } */
    /* 介绍字体大小 */
    /* 300px*300px ,200px*200px*/
    #p4 .mask p, #p9 .mask p {
        font-size: 0.09rem;
    }
    /* 150px*150px */
    #p7 .mask p, #p8 .mask p {
        font-size: 0.1rem;
    }
    /* 100px*100px */
    #p1 .mask p, #p2 .mask p, #p3 .mask p, #p5 .mask p, #p6 .mask p, #p11 .mask p, #p10 .mask p, #p12 .mask p, #p13 .mask p, #p14 .mask p {
        font-size: 0.05rem;
    }
    /* 名字大小 */
    /* 300px*300px ,200px*200px*/
    #p4 .mask span, #p9 .mask span {
        font-size: 0.18rem;
    }
    /* 150px*150px */
    #p7 .mask span, #p8 .mask span {
        font-size: 0.16rem;
    }
    /* 100px*100px */
    #p1 .mask span, #p2 .mask span, #p3 .mask span, #p5 .mask span, #p6 .mask span, #p10 .mask span, #p11 .mask span, #p13 .mask span, #p14 .mask span {
        font-size: 0.12rem;
    }
}