

.mc_fx {
    position: fixed;
    left: 25px ;
    top: 50%;
    z-index: 999;
    /*background: #fff;
	border-radius: 30px;box-shadow: 0 0 6px 1px #ccc;*/
}

.mc_fx li {
    width: 30px;
    height: 40px;
    position: relative;
}

.mc_fx li img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 10%;
}

/*10-29*/

.mc_fx li {
    position: relative;
    z-index: 11;
    transition: all 0s;
}

.mc_fx li img {
    z-index: 11;
    /*background: #fff;*/
}

.mc_fx li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    transition: all 0s;
    /*background: #fff;*/
}

.mc_fx li:nth-child(1) a {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-top: 10px;
}

.mc_fx li:hover {
    z-index: 1;
}

/*pzq*/

video::-internal-media-controls-download-button {
    display: none;
}

/*
.h_pg4 .list .next, .h_pg4 .list .prev{
	display: none;
}
*/








/*pad*/
img {
    max-width: 100%;
}

@media only screen and (max-width: 1020px) {

    body {
        /* background: #333; */
    }

    .mc_fx {
        display: none;
    }

    /*新增*/
}
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap');

a img {
    border: 0;
}

li {
    list-style: none;
}
