.product_gq_h5 {
    /* height: 100%;
    overflow-y: scroll; */
    background: #fff;
    display: none;
}
/* 顶部视频 */
.product_gq_h5 .top_video {
    width: 100%;
    height: 10.55rem;
}
/* 顶部视频end */
/* 股权导师介绍 */
.product_gq_h5 .teacher_introduce {
    vertical-align: middle;
}
.product_gq_h5 .teacher_introduce .teacher_introduce {
    width: 100%;
    height: 25.25rem;
    vertical-align: middle;
}
.product_gq_h5 .teacher_introduce .teacher_introduce2 {
    width: 100%;
    height: 20.4rem;
    vertical-align: middle;
}
.product_gq_h5 .teacher_introduce .teacher_introduce3 {
    width: 100%;
    height: 25.5rem;
    vertical-align: middle;
}
/* 股权导师介绍end */
/* 客户 */
.product_gq_h5 .client {
    padding-right: 0.3rem;
    background: #F5F7FA;
}
.product_gq_h5 .client img {
    width: 100%;
    height: 63.5rem;
    vertical-align: middle;
}
/* 客户end */
/* 课程体系 */
.product_gq_h5 .course_system img {
    width: 100%;
    height: 62.6rem;
    vertical-align: middle;
}
/* 课程体系end */
.product_gq_h5 .course_jijing {
    padding: 1rem 0.8rem;
}
.product_gq_h5 .course_jijing img {
    width: 100%;
    height: 30.75rem;
}
.product_gq_h5 .common img {
    width: 100%;
    vertical-align: middle;
}

/* 咨询表单 */
.product_gq_h5 .consult_box {
    padding: 1.5rem 0.8rem 1rem;
}
.product_gq_h5 .consult_box .title {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.05rem;
    text-align: center;
}
.product_gq_h5 .consult_box .time {
    font-size: 0.65rem;
    color: #9F0811;
    font-weight: bold;
    line-height: 0.95rem;
    text-align: center;
    margin-bottom: 1.15rem;
}
.product_gq_h5 .consult_box .input_box {
    display: flex;
    align-items: center;
    margin-bottom: 1.05rem;
}
.product_gq_h5 .consult_box .input_box .label {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.7rem;
    margin-right: 0.8rem;
}
.product_gq_h5 .consult_box .van-field {
    flex: 1;
    border: 0.05rem solid#E5E5E5;
    height: 1.5rem;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem;
}
.product_gq_h5 .consult_box .van-field .van-field__control {
    height: 0.7rem;
}
.product_gq_h5 .consult_box .van-button {
    width: 100%;
    height: 2rem;
    background: linear-gradient(90deg, #D10120 0%, #E80065 100%);
    color: #FFFFFF;
    font-size: 0.7rem;
    border-radius: 0.15rem;
}
/* 咨询表单end */
/* 右下角定位 */
.product_gq_h5 .fixed_box {
    position: fixed;
    right: 0.8rem;
    bottom: 3.125rem;
}
.product_gq_h5 .fixed_box .item {
    width: 2.2rem;
    height: 2.2rem;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 0.025rem 0.25rem 0px rgba(0, 0, 0, 0.15); */
    margin-bottom: 0.2rem;
}
.product_gq_h5 .fixed_box .item img {
    width: 2.7rem;
    height: 2.7rem;
}
/* 右下角定位end */
/* 客服二维码弹窗 */
.product_gq_h5 .service_box {
    text-align: center;
    background: transparent;
}
.product_gq_h5 .service_box .service {
    position: relative;
}
.product_gq_h5 .service_box .service .content {
    width: 11.5rem;
    height: 12.5rem;
    border-radius: 0.375rem;
    padding: 1rem 0rem;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}
.product_gq_h5 .service_box .service .code {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 0.5rem;
}
.product_gq_h5 .service_box .service p {
    font-size: 0.7rem;
    color: #333333;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
.product_gq_h5 .service_box .service p span {
    color: #2E7FFF;
}
.product_gq_h5 .service_box .close_box {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem auto;
}
.product_gq_h5 .service_box .close_box .close {
    width: 1.5rem;
    height: 1.5rem;
}
/* 客服二维码弹窗 end */
/* 报名弹窗 */
.product_gq_h5 .report_box {
    padding: 0.85rem 0.8rem;
    width: 17.15rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
}
.product_gq_h5 .report_box .close_box {
    text-align: right;
}
.product_gq_h5 .report_box .close_box img {
    width: 1rem;
    height: 1rem;
}
.product_gq_h5 .report_box .report_form .item {
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.025rem solid #E5E5E5;
}
.product_gq_h5 .report_box .report_form .item .label {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.7rem;
}
.product_gq_h5 .report_box .report_form .item .van-field {
    padding: 0;
}
.product_gq_h5 .report_box .report_form .item .van-field .van-field__control {
    font-size: 0.7rem;
}
.product_gq_h5 .report_box .report_form .item:last-of-type {
    margin-bottom: 1rem;
}
.product_gq_h5 .report_box .report_form .van-button {
    width: 100%;
    height: 2rem;
    border-radius: 1rem;
    background: #BD262B;
    color: #fff;
    line-height: 0.8rem;
}
/* 报名弹窗end */