@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-size: 0.23rem;
    box-sizing: border-box;
}

body {
    width: 7.5rem;
    margin: 0 auto !important;
}


.picture_1_item {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.picture_2_item {
    width: 48.5%;
    display: flex;
    flex-direction: column;

}

.picture_3_item {
    width: 32.5%;
    display: flex;
    flex-direction: column;

}

.picture_4_item {
    width: 24.5%;
    display: flex;
    flex-direction: column;

}


a {
    text-decoration: none;
}

/*shipintai*/
.video_media {
    position: fixed;
    left: 50%;
    z-index: 9999999991;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 7.5rem;
    display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

/*guanbi*/
.controlbtn {
    background: linear-gradient(150deg, #1675eb, #f3f3f3);
    padding: 0.01rem 0.02rem;
    position: fixed;
    width: 0.8rem;
    z-index: 9999999999;
    border-radius: 0.1rem;
    cursor: pointer;
    font-size: 0.266rem;
    color: #000;
    padding: 0.1rem 0.1rem;
    text-align: center;
    right: 0.05rem;
    top: -0.58rem;
}

/*beijing*/
.video_bg {
    position: fixed;
    left: 50%;
    z-index: 9999999998;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem 0.1rem;
    border-radius: 0.1rem;
    width: 97%;
    background: linear-gradient(150deg, #1675eb, #f3f3f3);
}

.video_plateform {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*shipin*/
#my_video {
    width: 100%;
}