html {
    background: #f0f4ff;
    font-size: 20px;
}

.mainView {
    height: 11rem;
    position: relative;
    /* overflow: hidden; */
}

.mainBg {
    height: 11rem;
    position: absolute;
    left: 0;
    top: 0;
}

.mainV {
    width: 1.75rem;
    height: 0.65rem;
    position: absolute;
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainContent {
    width: 12rem;
    position: absolute;
    left: 1.25rem;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text1 {
    font-weight: bold;
    font-size: 0.75rem;
    position: relative;
}

.text2 {
    font-weight: 600;
    font-size: 0.45rem;
}

.text3 {
    font-weight: 400;
    font-size: 0.35rem;
}

.wqbView {
    position: absolute;
    bottom: -2.5rem;
    z-index: 5;
}

.changeView {
    /* display: flex; */
    padding: 3rem 1.2rem 1rem;
    box-sizing: border-box;
    /* justify-content: center;
    align-items: center; */
    /* margin-top: ; */
}

.tab-list {
    margin: 0 auto;
    width: 14.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.45rem;
    margin-bottom: 0.45rem;
}

.tab-item {
    cursor: pointer;
}

.tab-list .active {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #2857FD;
}

.tab-list .active::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -.5rem;
    width: 3.05rem;
    background: #2857FD;
    height: 0.1rem;

}

.changeXian {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    margin-bottom: 1.25rem;
}

.changeImg {
    width: 14.45rem;
    display: block;
    margin: 0 auto;
}

.noshow {
    display: none;
}

.my-video {
    display: none;
}

.videoView {
    width: 17rem;
    height: 10rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: none;
    z-index: 8;
    border-radius: .25rem;
}

.closeBtn {
    font-size: .6rem;
    position: absolute;
    top: -1.1rem;
    right: 0.1rem;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    width: 3rem;
    height: 1rem;
    background-color: #2856fd;
    text-align: center;
    line-height: 1rem;
    border-radius: .5rem;
}

.audio-play {
    font-size: .5rem;
    width: 2.6rem;
    height: 0.8rem;
    position: absolute;
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2857FD;
    border-radius: 15px;
    font-weight: normal;
    color: #FFFEFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-play img {
    width: 0.6rem;
    height: 0.6rem;
}