.hover-move{
    transition: all 0.3s linear;
}
.hover-move:hover{
    transform: translateY(-10px);
}
.hover-shadow{
    transition: all 0.3s linear;
}
.hover-shadow:hover{
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.4);
    transform: translateY(-10px);
}

/* 六大模块导航 */
.mode-nav {
    height: 100px;
    padding: 0 170px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 90px;
}

.mode-nav li {
    cursor: pointer;
    transition: all 0.3s;
}
.mode-nav li:hover{
    transform: translateY(-3px);
}

.mode-nav li .icon{
    display: inline-block;
    width: 100%;
    height: 62px;
    font-size: 45px;
    text-align: center;
    line-height: 62px;
    color: #bababa;
    background-position: center;
    background-repeat: no-repeat;
}

.mode-nav li .nav-title {
    line-height: 35px;
}

.mode-nav li .line {
    height: 4px;
    border-radius: 2px;
    width: 100%;
}

.mode-nav .icon {
    background-position: center;
    background-repeat: no-repeat;
}


.fixed-nav-wrapper {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 8px 27px -5px rgba(124, 124, 124, 0.4);
    z-index: 100;
    box-sizing: border-box;
    padding-top: 10px;
    display: none;
    overflow: hidden;
}

/* banner */
.swiper-banner .swiper-slide a{
    width: 100%;
    height: 540px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

/* 底部固定表单 */
.fixed_form {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0px;
    box-sizing: border-box;
    z-index: 999;
    overflow: auto;
    background-position: center;
}

.fixed_form .z-con {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.fixed_form .left .p1,
.fixed_form .left .p2 {
    font-size: 22px;
}

.fixed_form .left .p2 {
    font-weight: bold;
}

.fixed_form .z-con form {
    width: 722px;
    height: 100%;
    align-items: center;
}


.fixed_form form p {
    width: 284px;
    height: 44px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.fixed_form form input {
    flex: 1;
    height: 100%;
    font-size: 18px;
    border: none;
    padding-left: 10px;
}

.fixed_form form p .icon {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.fixed_form .z-con form button {
    width: 120px;
    height: 44px;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.fixed_form .z-con form button:hover{
    background: #f40045 !important;
}
.f_popup {
    position: fixed;
    width: 100%;
    height: 35px;
    margin: auto;
    left: 0;
    right: 0;
    top: -35px;
    text-align: center;
    z-index: 101;
}

.f_popup-msg {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    padding: 0 40px;
    background: #ffb833;
}


/* 标题组件1 */
.v-title1 {
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
}

.v-title1 .title-box {
    display: inline-block;
}

.v-title1 .title-box .big-title {
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #313131;
}

.v-title1 .title-box .mark {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    background: #f9214a;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    border-radius: 17px 17px 0 17px;
    margin-right: 10px;
}

.v-title1 .title-box .small-title {
    text-align: center;
    font-size: 18px;
    color: #686868;
}

/* 标题组件2 */
.v-title2 {
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
}

.v-title2 .step-title {
    height: 40px;
    font-size: 93px;
    font-weight: bold;
    line-height: 73px;
    overflow: hidden;
}

.v-title2 .main-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #000;
}
.v-title2 .icon{
    font-size: 12px;
}
.v-title2 .small-title{
    font-size: 18px;
    color: #686868;
    margin-top: 5px;
}


/* 专业介绍右侧按钮 */
.v-major {
    width: 482px;
    height: 420px;
    box-shadow: 0 0 35px rgba(31, 50, 100, 0.2);
    padding: 0 80px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.v-major .zixun-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}

.v-major .mask-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 0;
}

.v-major .mask-box .mask {
    width: 316px;
    height: 316px;
    border-radius: 50%;
    position: absolute;
}

.v-major .mask-box .mask1 {
    top: -150px;
    left: -220px;
}

.v-major .mask-box .mask2 {
    bottom: -165px;
    right: -185px;
}

.v-major a {
    font-size: 18px;
    color: #272727;
    position: relative;
    width: 146px;
    height: 146px;
    background-position: center;
    background-repeat: no-repeat;
}

.v-major a:hover {
    color: #44acf3;
}

.v-major a:nth-of-type(odd) {
    margin-right: 30px;
}

.v-major a p {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 职教体系 */
.v-tixi {
    height: 270px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 65px -20px rgba(31, 50, 100, 0.5);
}

.v-tixi::after {
    content: '';
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(to right, #def2fc, #f9fdff, #f9fdff);
    position: absolute;
    top: -160px;
    right: -120px;
    z-index: 0;
}

.v-tixi .left::after {
    content: '';
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #def2fc, #f9fdff, #f9fdff);
    position: absolute;
    bottom: -150px;
    left: -150px;
    z-index: 0;
}

.v-tixi .left {
    width: 421px;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.v-tixi .left .list {
    box-sizing: border-box;
    width: 421px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 20px;
    padding: 30px 20px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.v-tixi .left li {
    font-size: 22px;
    width: 359px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.v-tixi .left li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #404040;
    vertical-align: middle;
    margin: 0 14px;
}

.v-tixi .left li.active {
    background: #00abd7;
    color: #fff;
}

.v-tixi .left li.active::before {
    background: #ffffff;
}

.v-tixi .right {
    width: 779px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 65px -20px rgba(31, 50, 100, 0.5);
    overflow: hidden;
}

.v-tixi .swiper_tixi .swiper-wrapper {
    height: 270px;
}

.v-tixi .right .swiper-slide {
    height: 270px;
    box-sizing: border-box;
    padding: 40px 30px 50px;
}

.v-tixi .right .swiper-slide p {
    font-size: 20px;
    color: #8e8e8e;
}

.v-tixi .right .swiper-slide p span {
    color: #00abd7;
}

.v-tixi .right .swiper-slide .img-list {
    margin-top: 30px;
}

/* 咨询按钮 */
.v-btn1 {
    text-align: center;
}

.v-btn1 a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    border-radius: 48px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 50px;
    transition: transform 0.3s linear;
}
.v-btn1 a:hover{
    background: #f40045 !important;
    transform:scale(1.1);
}
.v-btn1 a .icon {
    margin-left: 5px;
    font-size: 18px;
}

/* AI平台 */
.platform-wrapper .platform {
    display: flex;
    align-items: center;
}

.platform-wrapper .platform .img-wrapper {
    width: 695px;
    box-sizing: border-box;
    padding-left: 10px;
}

.platform-wrapper .platform .desc1 {
    width: 505px;
    color: #535353;
    box-sizing: border-box;
    padding-right: 50px;
    text-align: justify;
}

.platform-wrapper .platform .desc1 .p1 {
    font-size: 18px;
    line-height: 36px;
}

.platform-wrapper .platform .desc1 .p2 {
    display: flex;
    padding: 10px 40px 0 25px;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    color: #535353;
}

.platform-wrapper .platform .desc1 .p2 .bg-box {
    width: 140px;
    height: 160px;
    background: url("../image/platform_2.png") center no-repeat;
    background-size: 100% 100%;
    color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-wrapper .platform .desc1 .p2 .bg-box>div {
    padding-bottom: 10px;
}

.platform-wrapper .platform .desc1 .p2 .bg-box span:nth-of-type(1) {
    font-size: 36px;
}

.platform-wrapper .platform .desc1 .p2 .bg-box span:nth-of-type(2) {
    font-size: 30px;
}

.platform-wrapper .desc2 {
    margin-top: 40px;
}

.platform-wrapper .desc2 li {
    width: 100%;
    height: 75px;
    position: relative;
    margin-top: 20px;
}

.platform-wrapper .desc2 li span {
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #39bacb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.platform-wrapper .desc2 li p {
    position: absolute;
    height: 100%;
    width: 1170px;
    border-radius: 100px;
    background: #f3f6fa;
    color: #7d7d7d;
    font-size: 18px;
    padding-left: 40px;
    left: 28px;
    top: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* 教学模式 */
.v-teaching-model {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.v-teaching-model .t-model-item {
    width: 390px;
    height: 197px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #f3f6fa, #fcfdfd);
    border-radius: 10px;
    padding: 20px;
}

.v-teaching-model .t-model-title {
    line-height: 65px;
    font-size: 24px;
    color: #2f2f2f;
    border-bottom: 1px solid #dee5f3;
}

.v-teaching-model .t-model-desc {
    margin-top: 12px;
    line-height: 36px;
    font-size: 18px;
    color: #7d7d7d;
}

/* 教师 */
.teacher-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 40px;
}

.teacher-item {
    width: 229px;
    height: 388px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background: linear-gradient(to bottom, #f5f5fa, #fcfdfe);
    padding: 7px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px #ccc;
}

.teacher-item:hover .teacher-mask {
    bottom: 0;
}

.teacher-item .img-wrapper {
    width: 100%;
    height: 262px;
    overflow: hidden;
    border-radius: 10px;
    background: #c5c6cb;
}

.teacher-item .img-wrapper img {
    width: 100%;
}

.teacher-item .teacher-name {
    color: #313131;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.teacher-item .teacher-title {
    color: #7e7e7e;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.teacher-mask-wrapper {
    width: 100%;
    height: 388px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.teacher-mask {
    position: absolute;
    bottom: -388px;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background: #060609;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    overflow: auto;
    transition: all 0.3s linear;
}

.teacher-mask::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.teacher-mask-name {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.teacher-mask-title {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.teacher-mask-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

/* 教材 */
.book-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.book-wrapper li {
    width: 16.66666%;
    cursor: pointer;
    transition: all 0.3s linear;
}

.book-wrapper li a {
    display: inline-block;
}

.book-wrapper li:hover {
    transform: scale(1.3);
}

/* 开班信息 */
.v-open-class .class_wrapper {
    width: 100%;
    height: 275px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.v-open-class .class_wrapper li {
    width: 570px;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
}

.v-open-class .class_wrapper li .icon_hot {
    width: 77px;
    height: 30px;
    border-radius: 100px;
    border: 1px dashed #b0bcdb;
    box-sizing: border-box;
    color: #d51f39;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-open-class .class_wrapper li .icon_hot .icon{
    font-size: 24px;
}
.v-open-class .class_wrapper li .class_name {
    width: 220px;
    text-align: left;
}

.v-open-class .class_wrapper li .class_time {
    width: 190px;
    text-align: left;
}

.v-open-class .class_wrapper li a {
    width: 96px;
    height: 32px;
    line-height: 32px;
    border-radius: 96px;
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
}
.v-open-class .class_wrapper li a:hover{
    transform: scale(1.1);
}
/* 就业数据 */
.v-job-data {
    display: flex;
    justify-content: space-between;
}

.v-job-data>div {
    width: 290px;
    height: 188px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f3f6fa, #fcfdfe);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
}

.v-job-data>div .p1 {
    font-weight: '黑体';
    font-size: 24px;
    line-height: 90px;
    border-bottom: 1px dashed #b1b1b1;
}

.v-job-data>div .p1 span {
    font-size: 50px;
    font-family: '黑体';
}

.v-job-data>div .p2 {
    font-size: 24px;
    line-height: 30px;
    color: #2f2f2f;
    margin-top: 20px;
}

.v-job-data>div:nth-of-type(1) {
    background: #f2f9ff;
}

.v-job-data>div:nth-of-type(2) {
    background: #f7f2ff;
}

.v-job-data>div:nth-of-type(3) {
    background: #fff8f2;
}

.v-job-data>div:nth-of-type(4) {
    background: #f2fffb;
}

.v-job-data>div:nth-of-type(1) .p1 {
    color: #db5176;
}

.v-job-data>div:nth-of-type(2) .p1 {
    color: #7c3edf;
}

.v-job-data>div:nth-of-type(3) .p1 {
    color: #eb7510;
}

.v-job-data>div:nth-of-type(4) .p1 {
    color: #0f9d71;
}

/* 就业信息 */
.table_wraper {
    border-radius: 10px;
    font-size: 24px;
    overflow: hidden;
    box-shadow: rgba(4, 0, 0, 0.08) 0px 19px 40px;
}

.table_wraper .tableHead {
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 24px;
    padding-left: 30px;
}

.table_wraper ul {
    padding: 0 30px;
}

.table_wraper .bd {
    color: #333;
    background: #fefeff;
    font-size: 20px;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;

}

.table_wraper .bd li {
    border-bottom: 1px solid #f1f1f5;
}

.table_wraper .flex_box li {
    box-sizing: border-box;
}

.table_wraper .flex_box li:nth-of-type(1) {
    width: 185px;
}

.table_wraper .flex_box li:nth-of-type(2) {
    width: 185px;
}

.table_wraper .flex_box li:nth-of-type(3) {
    width: 320px;
}

.table_wraper .flex_box li:nth-of-type(4) {
    width: 300px;
}

.table_wraper li:nth-of-type(5) {
    flex: 1;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    position: relative;
    color: #fff
}

.table_wraper .bd .flex_box li:nth-of-type(5) .mask {
    display: inline-block;
    width: 20px;
    height: 6px;
    background: #1f7fef;
    position: absolute;
    bottom: -3px;
    right: 0;
}

.table_wraper .bd .flex_box li {
    line-height: 70px;
}

/* 学员故事 */
.v-job-story {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.v-job-story li {
    width: 590px;
    height: 200px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.v-job-story li img {
    width: 219px;
    height: 178px;
    margin-left: 10px;
    border-radius: 10px;
}

.v-job-story li .student-desc {
    width: 310px;
    height: 100%;
    border-right: 10px solid #247ae9;
    font-size: 18px;
    color: #878787;
    margin-left: 35px;
    padding: 35px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v-job-story li .symbol {
    color: #247ae9;
}

.v-job-story li .number {
    font-size: 24px;
    color: #247ae9;
    font-weight: bold;
}

.v-job-story li .ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*  教学理念 视频 */
.v-teaching-concept {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background: #f2f9ff;
}

.v-teaching-concept video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/* 教学管理 */
.v-teaching-management p {
    margin-top: 10px;
    height: 147px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 35px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    color: #686868;
    background: #f2f9ff;
    box-shadow: 0px 12px 32px -10px rgba(92, 106, 110, 0.35);
}

/* 项目智库 视频 */
.v-project-video {
    display: flex;
    align-items: flex-end;
}

.v-project-video video {
    width: 731px;
    height: 410px;
}

.v-project-video .right {
    box-sizing: border-box;
    flex: 1;
    height: 380px;
    box-shadow: 0 0 65px rgba(31, 50, 100, 0.5);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.v-project-video .right .btn-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 60px;
    justify-content: space-between;
    z-index: 1;
}
.v-project-video .right .mask{
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    width: 316px;
    height: 316px;
    background: #ccc
}
.v-project-video .right .mask1{
    top: -150px;
    right: -180px;
}
.v-project-video .right .mask2{
    bottom: -200px;
    left: -110px;
}
.v-project-video .right a {
    width: 146px;
    height: 146px;
    color: #272727;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

.v-project-video .right a:hover {
    color: #1f7fef;
}

.v-project-step {
    position: relative;
}

.v-project-step .mode_5_2_c {
    display: flex;
    height: 660px;
    position: relative;
    z-index: 1;
}

.v-project-step .mode_5_2_c .left {
    width: 465px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v-project-step .mode_5_2_c .left p {
    width: 175px;
    font-size: 14px;
    color: #bcbcbc;
}

.v-project-step .mode_5_2_c .right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #f1f2f6;
}

.v-project-step .bg_box {
    width: 50%;
    height: 100%;
    background: #f1f2f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.v-project-step .mode_5_2_c .right .step {
    position: absolute;
}

.v-project-step .mode_5_2_c .right .step::after {
    content: '';
    display: inline-block;
    width: 58px;
    height: 28px;
    background: url("../image/project-step-after.png") no-repeat;
    margin-top: 10px;
    margin-left: -15px;
}

.v-project-step .mode_5_2_c .right .step1::after {
    display: none;
}

.v-project-step .mode_5_2_c .right .step img {
    width: 80%;
}

.v-project-step .mode_5_2_c .right .step .p1 {
    width: 121px;
    height: 33px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 10px;
}

.v-project-step .mode_5_2_c .right .step .p2 {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.v-project-step .mode_5_2_c .right .step1 {
    top: 290px;
    left: 20px;
}

.v-project-step .mode_5_2_c .right .step2 {
    top: 270px;
    left: 160px;
}

.v-project-step .mode_5_2_c .right .step3 {
    top: 195px;
    left: 330px;
}

.v-project-step .mode_5_2_c .right .step4 {
    top: 145px;
    left: 470px;
}

.v-project-step .mode_5_2_c .right .step5 {
    top: 70px;
    left: 610px;
}

.v-project-step .mode_5_2_c .right .step-img {
    position: absolute;
    bottom: 100px;
    left: 80px;
    width: 80%;
}

.v-project-step .mode_5_2_c .right .step-desc {
    position: absolute;
    left: 45%;
    bottom: 60px;
    font-size: 18px;
    text-align: center;
}

.v-project-step .mode_5_2_c .right .step-desc span {
    font-size: 24px;
    font-weight: bold;
}

.project-library {
    height: calc(100vh - 220px);
    display: flex;
}

.project-library .left {
    width: 175px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 70px;
}

.project-library .left li {
    width: 192px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.project-library .right {
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 0 6px 30px 30px;
    background: #1b192d;
}

.project-library .right .scroll-wrapper {
    box-sizing: border-box;
    padding: 70px 24px 0 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.project-library .scroll-wrapper::-webkit-scrollbar {
    width: 4px;
}

.project-library .scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #8d8c96;
}

.project-library .right .title {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.project-library .right .project-row {
    display: flex;
    flex-wrap: wrap;
}

.project-library .right .project-row a {
    width: 228px;
    margin-right: 12px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 45px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.project-library .right .project-title {
    box-sizing: border-box;
    height: 57px;
    padding: 0 40px 15px 0;
    margin-top: 20px;
    position: relative;
}

.project-library .right .project-title::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 9px;
    background: url('../image/project-library-icon.png') no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
}

.project-library .right .project-title::before {
    width: 228px;
    height: 1px;
    content: '';
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.project-library .right .hover-box {
    width: 0%;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1b192d;
    overflow: hidden;
}

.project-library .right .hover-box p {
    background-image: linear-gradient(to right, #7c18ff, #cc29f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-sizing: border-box;
    width: 228px;
    height: 57px;
    padding: 0 40px 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-library .right .hover-box p::before {
    width: 228px;
    height: 1px;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to right, #7c18ff, #cc29f9);
}

.project-library .right .hover-box p::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 9px;
    background: url('../image/project-library-hover-icon.png') no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
}

/*  学习环境 视频*/
.v-environment-video {
    box-sizing: border-box;
    padding: 24px;
    background: #f2f9ff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.v-environment-video video {
    width: 559px;
    border-radius: 5px;
}

.v-environment-video .desc {
    width: 525px;
    font-size: 18px;
    line-height: 36px;
    color: #424242;
}

/*  学习环境 */
.v-environment .v-environment-title {
    display: flex;
    justify-content: center;
}

.v-environment .small-title {
    text-align: center;
    margin-top: 40px;
    color: #686868;
    font-size: 18px;
}

.v-environment .v-environment-title li {
    font-size: 34px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.v-environment .v-environment-title li:nth-of-type(1) {
    margin-right: 45px;
}

.v-environment .v-environment-title li.active::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #66b9e0;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.swiper_environment .swiper-slide {
    width: 100%;
    margin-top: 35px;
}

.swiper_environment .swiper-slide ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper_environment .swiper-slide ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper_environment .swiper-slide ul li .last-img {
    display: flex;
    justify-content: space-between;
}

/* 课工场简介 */
.v-kgc {
    box-shadow: 10px 0px 33.25px 1.75px rgba(161, 161, 161, 0.5);
    padding: 25px;
    border-radius: 10px;
    display: none !important;
}

.v-kgc .left {
    width: 475px;
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v-kgc .left a {
    display: flex;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px;
    justify-content: space-between;
}

.v-kgc .left a .desc {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v-kgc .left a .desc .p1 {
    font-size: 18px;
    color: #37b167;
}

.v-kgc .left a .desc .p2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

.v-kgc iframe {
    width: 658px;
    height: 375px;
    border-radius: 5px;
    overflow: hidden;
}

/* 课程大纲 */
.v-syllabus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 140px);
    border-top: 1px solid transparent;
}

.v-syllabus .left {
    width: 131px;
    background: #fbfbfb;
    border-radius: 10px;
    border: 1px solid #cbcada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 20px;
}

.v-syllabus .left p {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #cbcada;
    cursor: pointer;
    margin-top: 20px;
    color: #373737;
    transition: all 0.3s linear;
}
.v-syllabus .left p:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 10px #ccc;
}
.v-syllabus .left img {
    margin-top: 20px;
}

.v-syllabus .right {
    width: 1049px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.v-syllabus .right::-webkit-scrollbar {
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}

.v-syllabus .right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: skyblue;

    /* 线性渐变 */
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%,
            transparent 25%, transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
}

.v-syllabus .right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}



.v-syllabus .right .course {
    margin-bottom: 50px;
}

.v-syllabus .right .course .p1 {
    font-size: 30px;
    font-weight: bold;
    color: #252525;
}

.v-syllabus .right .course-item {
    margin-top: 20px;
    font-size: 20px;
    color: #616161;
    line-height: 30px;
}

.v-syllabus .right .course-item .bg-box {
    background: #fbfbfb;
    padding: 15px 0;
}

.v-syllabus .right .course-item .p2-t {
    font-size: 24px;
    color: #1c1c1c;
    padding-left: 10px;
}

.v-syllabus .right .course-item .p3-t {
    width: 188px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #ff6600;
    color: #fff;
    border-radius: 0 15px 15px 0;
    margin-top: 18px;
}
.v-syllabus .right .p-tt{
    line-height: 30px;
    font-size: 20px;
}
.v-syllabus .right .p-tt,
.v-syllabus .right .course-item .p4-t,
.v-syllabus .right .course-item .p5-t,
.v-syllabus .right .course-item .p6-t {
    width: 115px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    border-radius: 0 15px 15px 0;
    margin-top: 18px;
}

.v-syllabus .right .course-item .p6-t {
    width: 126px;
}
.v-syllabus .right .p-td{
    line-height: 30px;
    font-size: 20px;
    color: #616161;
}
.v-syllabus .right .p-td,
.v-syllabus .right .course-item .p3-d,
.v-syllabus .right .course-item .p4-d,
.v-syllabus .right .course-item .p5-d,
.v-syllabus .right .course-item .p6-d {
    margin: 15px 0 0 10px;
}

.v-syllabus .right .course-item .p7-d {
    margin-top: 30px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* banner表单 */
.spring_frame_wrapper{
    position: absolute;
    width: 1200px;
    height: 540px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.spring_frame{
    width: 310px;
    height: 380px;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
}
.spring_frame .form_box{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    padding: 20px;
    color: #f1f2f6;
}

.spring_frame .form_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.spring_frame .time_wrapper{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    margin-top: 25px;
}
.spring_frame .time {
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    background: #f40045;
}

.spring_frame .input_group{
    width: 251px;
    height: 41px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ffffff;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.spring_frame .input_group .icon{
    width: 35px;
    height: 100%;
    margin-left: 3px;
    box-sizing: border-box;
}
.spring_frame .input_group input{
    flex: 1;
    height: 25px;
    box-sizing: border-box;
    padding-left: 8px;
    border-left: 1px solid #cbcbcb;
}
.spring_frame .input_group .icon{
    color: #4d89f7;
    font-size: 24px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
}

.spring_frame input[type="submit"]{
    position: absolute;
    color: #fff;
    width: 218px;
    height: 52px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -26px;
    text-align: center;
    line-height: 52px;
    border-radius: 52px;
    font-size: 26px;
    letter-spacing: 1px;
    cursor: pointer;
}
.spring_frame input[type="submit"]:hover{
    background: #f40045 !important;
}
.popup{
    position: fixed;
    width: 100%;
    height: 35px;
    margin: auto;
    left: 0;
    right: 0;
    top: -35px;
    text-align: center;
    z-index: 101;
}
.popup-msg{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    padding: 0 40px;
    background: #ffb833;
}
/* banner表单 end*/

/* 疑问 */
.v-qa-c{
    width: 1200px;
    height: 225px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 35px -10px rgba(31, 50, 100, 0.5);
    border-radius: 10px;
    box-sizing: border-box;
}
.v-qa-c .qa-wrapper{
    width: 855px;
    height: 165px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.v-qa-c .qa-wrapper a{
    width: 270px;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    background: #edeeff;
    margin-bottom: 12px;
    text-align: left;
    color: #313131;
    transition: all 0.2s linear;
}
.v-qa-c .qa-wrapper a:hover{
    color: #7200ff;
    box-shadow: 0 0 35px -10px rgba(31, 50, 100, 0.5);
    background: #dbdcee;
    transform: translateY(-3px);
}
.v-qa-c .qa-wrapper a .icon{
    color: #7200ff;
}
.v-qa-c img{
    position: absolute;
    right: 38px;
    bottom: 0;
}