@charset "utf-8";


.student_comm .background_orange {
    background: #ff423b;
}

.student_comm {
    box-sizing: border-box;
    width: 100%;
    border: 0.01rem solid #ffc2bf;
    margin: 0 auto;
    border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.student_comm h2 {
    color: #ffffff;
    font-size: 0.46rem;
    background-image: linear-gradient(-90deg, #ff6948 0%, #fe4239 100%), linear-gradient(90deg, #ff403a 0%, #ff6949 100%);
    background-blend-mode: normal, normal;
    border-radius: 0.14rem 0.14rem 0rem 0rem;
    text-align: center;
    width: 100%;
    line-height: 1.4rem;
    margin-top: -0.01rem;
}
.teacher_video h2 img{
    width: 100%;
}
.student_comm .describe {
    font-family: PingFang-SC-Medium;
    line-height: 0.6rem;
    color: #333333;
    padding: 0.44rem 0.44rem;
}

.describe p {
    text-indent: 0.7rem;
    font-weight: 500;
    text-align: justify;
}

.student_comm .text_orangered {
    color: #ff423b;
}

.skill_img {
    width: 8.9rem;
    height: 2.7rem;
    background-color: #ffede9;
    margin: 0 auto;
}

.skill_img img {
    width: 100%;
    height: 100%;
}

.student_comm .QR_code {
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    border: solid 0.09rem #ff6647;
    margin: 0 auto;
    margin-top: 0.43rem;
}

.student_comm .QR_code img {
    width: 100%;
    height: 100%;
}

.rule p {
    font-family: PingFang-SC-Medium;
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #333333;
    padding: 0.47rem 0.27rem;
}

.rule p span {
    color: #666666;
    font-weight: 600;
}


/* ============= */

.teacher_video .text_red {
    color: #e13a28;
}

.teacher_video {
    width: 100%;
    /* height: 15.3rem; */
    border: 0.01rem solid #ffc2bf;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
    border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.teacher_video h2 {
    position: relative;
    width: 6rem;
    background: url("/statics/gyh/xxjlq/img/bgzhibo.png");
    background-size: 100% 100%;
    height: 0.64rem;
    margin: 0 auto;
    margin-top: 0.71rem;
}
.teacher_video h2 div{
    position: absolute;
    left: 0.84rem;
    bottom: 0.34rem;
    color: #ff5742;
    font-weight: 900;
    font-size: 0.48rem;
}
.teacher_video .QR_code {
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    border: solid 0.09rem #e13a28;
    margin: 0 auto;
    margin-top: 0.43rem;
}

.teacher_video .QR_code img {
    width: 100%;
    height: 100%;
}

.teacher_video .quick_understand {
    font-family: PingFang-SC-Medium;
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #333333;
    padding: 0.37rem 0.17rem;
}

.quick_understand p {
    text-indent: 0.7rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
    text-align: justify;
}

.teacher_video .quick_understand span {
    color: #ff4238;
}

.schedule {
    width: 100%;
    font-weight: 900;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.64rem;
    letter-spacing: 0.02rem;
    color: #333333;
}
.schedule i{
    font-size: 0.4rem;
    font-weight: 900;
    font-style:normal
}
.schedule span {
    font-size: 0.4rem;
    font-weight: 900;
    color: #ff4238;
}

.live_video {
    width: 100%;
    font-size: 0.46rem;
    text-align: center;
    line-height: 0.44rem;
    letter-spacing: 0.02rem;
    color: #333333;
    font-weight: 900;
    margin: 0.6rem 0 0.4rem 0;
}

.live_video span {
    font-weight: 900;
    color: #333333;
    font-size: 0.46rem;
}

.live_video_list {
    width: 96%;
    font-size: 0.36rem;
    line-height: 0.64rem;
    letter-spacing: 0.02rem;
    color: #333333;
    margin-left: 0.27rem;
}

.live_video_list p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scan_code_btn {
    width: 5.2rem;
    background-color: #ffede9;
    box-shadow: 0.02rem 0.03rem 0rem 0rem rgba(249, 32, 37, 0.35);
    border-radius: 0.6rem;
    border: solid 0.01rem #d92822;
    text-align: center;
    line-height: 1.1rem;
    margin: 0.6rem auto;
    color: #ff423c;
    font-weight: 600;
}