html {
    background: #f0f4ff;
    font-size: 20px;
}

.mainView {
    height: 8rem;
    position: relative;
    overflow: hidden;
}

.mainBg {
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.mainContent {
    width: 12rem;
    position: absolute;
    left: 1.2rem;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text1 {
    font-weight: bold;
    font-size: 0.75rem;
}

.text2 {
    font-weight: 600;
    font-size: 0.45rem;
}

.text3 {
    font-weight: 400;
    font-size: 0.35rem;
}

.videoView {
    width: 16.3rem;
    margin: 1.05rem auto 0.4rem;
    display: flex;
    flex-direction: column;
}

.videoMain {
    height: 9.15rem;
    position: relative;
    border: 0.01rem solid #999999;
    z-index: 1;
    background: url('../images/fengmian.png') no-repeat center;
    background-size: cover;
}


.video-play {
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    cursor: pointer;
}

.my-video {
    display: none;
}