@charset "utf-8";
.main img {
    display: block;
}

.img1 {
    position: relative;
}

.img1 .cover {
    position: absolute;
    width: 73vw;
    height: 7vw;
    left: 0;
    right: 0;
    bottom: 4vw;
    margin: auto;
    /* opacity: 0.5; */
    padding-left: 3vw;
    text-align: center;
}

.img1 .cover>a {
    display: inline-block;
    width: 18%;
    /* background: red; */
    cursor: pointer;
    height: 40%;
    margin-bottom: .3vw;
    /* opacity: .6; */
}

.cover>a {
    display: block;
}

.img4 {
    position: relative;
}

.img4 .cover {
    /* background: #526ae3; */
    /* opacity: 0.6; */
    position: absolute;
    width: 11.7vw;
    height: 2vw;
    left: 0;
    right: 0;
    bottom: 3.4vw;
    margin: auto;
}

.img5 {
    position: relative;
}

.img5 .cover {
    position: absolute;
    width: 67.5vw;
    height: 22vw;
    left: 0;
    right: 0;
    bottom: 3.2vw;
    margin: auto;
    /* background: rgba(228, 147, 147, 0.8); */
}

.img5 .cover>a {
    float: left;
    width: 48%;
    /* background: rgb(0, 255, 21); */
    cursor: pointer;
    height: 100%;
    /* opacity: .6; */
}

.img5 .cover>a+a {
    margin-left: 4%;
}

.pcshow {
    display: block !important;
}

.mshow {
    display: none !important;
}

.img4 .cover>a {
    width: 100%;
    height: 100%;
}

.img1 .cover>a:nth-of-type(1) {
    width: 15%;
}

.img1 .cover>a:nth-of-type(2) {
    width: 19%;
}

.img1 .cover>a:nth-of-type(3) {
    width: 20%;
}

.img1 .cover>a:nth-of-type(4) {
    margin-right: 0;
    width: 15%;
}

.img1 .cover>a:nth-of-type(5) {
    width: 18%;
}

.img1 .cover>a:nth-child(n+6) {
    width: 20%;
}

.img1 .cover>a:nth-of-type(7) {
    width: 17%;
}

.img1 .cover>a:nth-of-type(8) {
    width: 18%;
}

.img1 .cover>a:nth-of-type(9) {
    width: 19%;
}

.img1 .cover>a:nth-of-type(10) {
    width: 24%;
}


/* 适配移动端 */

@media all and (max-width:768px) {
    .pcshow {
        display: none !important;
    }
    .mshow {
        display: block !important;
    }
    .img1 .cover {
        width: 100vw;
        height: 18vw;
        left: 0;
        right: 0;
        bottom: 21.8vw;
        margin: auto;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .img1 .cover>a {
        float: left;
        width: 25%;
        /* background: red; */
        cursor: pointer;
        height: 40%;
        margin-bottom: 0;
        /* opacity: .6; */
        /* border: 1px solid #333; */
    }
    .img5 {
        position: relative;
    }
    .img5 .cover {
        /* background: #526ae3;
        opacity: 0.6; */
        position: absolute;
        width: 59.7vw;
        height: 11vw;
        left: 0;
        right: 0;
        bottom: 12.4vw;
        margin: auto;
    }
    .img5 .cover>a {
        width: 100%;
        /* background: rgb(0, 255, 21); */
        cursor: pointer;
        height: 100%;
        /* opacity: .6; */
    }
    .img6 {
        position: relative;
    }
    .img6 .cover {
        position: absolute;
        width: 84vw;
        height: 57vw;
        left: 0;
        right: 0;
        top: 18.2vw;
        margin: auto;
        /* background: rgba(228, 147, 147, 0.8); */
    }
    .img6 .cover>a {
        float: left;
        width: 100%;
        /* background: rgb(0, 255, 21); */
        cursor: pointer;
        height: 100%;
        /* opacity: .6; */
        margin-bottom: 4vw;
    }
    .img1 .cover>a:nth-of-type(1) {
        margin-left: 13%;
        width: 19%;
    }
    .img1 .cover>a:nth-of-type(2) {
        width: 28%;
    }
    .img1 .cover>a:nth-of-type(3) {
        width: 29%;
    }
    .img6 .cover>a+a {
        margin-left: 0%;
    }
    .img1 .cover>a:nth-of-type(4) {
        margin-right: 0;
    }
    .img1 .cover>a:nth-of-type(4) {
        margin-left: 29%;
        width: 20%;
    }
    .img1 .cover>a:nth-of-type(5) {
        width: 15%;
    }
    .img1 .cover>a:nth-child(n+6) {
        width: 27%;
        margin-bottom: 0;
        margin-top: 5%;
    }
    .img1 .cover>a:nth-child(n+9) {
        margin-top: 0;
    }
    .img1 .cover>a:nth-of-type(5) {
        width: 23%;
    }
    .img1 .cover>a:nth-of-type(7) {
        width: 22%;
    }
    .img1 .cover>a:nth-child(6) {
        width: 29%;
        margin-left: 12%;
    }
    .img1 .cover>a:nth-child(8) {
        margin-left: 0;
        margin-right: 0;
    }
    .img1 .cover>a:nth-of-type(9) {
        width: 26%;
        margin-left: 23%;
    }
}