@charset "utf-8";

@keyframes togglejump {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10px);
    }
}

.toggle-jump {
    animation: togglejump 3s infinite;
}

.box-shadow {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 10px 4px rgba(78, 120, 216, 0.3);
}

.wmwz {
    background-color: #B4D9FF;
    padding-bottom: 115px;
}

.wmwz-top {
    height: 560px;
    position: relative;
    background: url(../images/wmwz/top.png) no-repeat center top;
}

.wmwz-top-a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00AEFF;
    border-radius: 50px;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    color: #fff;
    margin: 335px 0 0 204px;
}

.items-title {
    box-sizing: border-box;
    text-align: center;
    width: 401px;
    height: 88px;
    line-height: 88px;
    margin: 0 auto;
    background-color: #3761C1;
    border-radius: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.items-title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 10px;
    background: url(../images/wmwz/title-bg.svg) no-repeat center;
}

/* 适用人群 */

.wmwz-people {
    text-align: center;
    margin-top: 37px;
}

.wmwz-people .items-block {
    margin-top: 90px;
    justify-content: space-between;
}

.wmwz-people .item {
    box-sizing: border-box;
    width: 272px;
    height: 320px;
    padding-top: 38px;
}

.wmwz-people .item .item-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}

/* 讲师介绍 */

.wmwz-speaker {
    margin-top: 120px;
}

.wmwz-speaker .items-block {
    margin-top: 90px;
    justify-content: space-between;
}

.wmwz-speaker .item {
    align-self: flex-start;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    width: 360px;
    height: 440px;
}

.wmwz-speaker .item .face-b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.wmwz-speaker .item-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

.wmwz-speaker .item-title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    border-radius: 50px;
    background-color: #00AEFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}

.wmwz-speaker .item-info {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 0 37px;
    transform: translateY(100%);
    transition: transform .5s ease;
    border-radius: 20px;
}

.wmwz-speaker .item-p {
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 36px;
    color: #666;
}

.wmwz-speaker .item:hover .item-info {
    transform: none;
}

/*分割*/

.wmwz-spacer {
    height: 365px;
    background: url(../images/wmwz/transition.png) no-repeat center;
    margin-top: 107px;
}

/* 课程 */

.wmwz-course {
    margin-top: 96px;
}

.wmwz-course .items-des {
    border-radius: 20px;
    box-shadow: 0 8px 10px 4px rgba(78, 120, 216, 0.3);
    padding: 30px 61px;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    color: #3965ca;
    line-height: 2em;
    text-align: justify;
}

.wmwz-course .items-des:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 20px;
}

.wmwz-course .items-des:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 26px;
    height: 26px;
    left: 50%;
    bottom: -13px;
    background-color: #fff;
    box-shadow: 0 8px 10px 4px rgba(78, 120, 216, 0.3);
    transform: rotateZ(45deg);
}

.wmwz-course .items-block {
    margin-top: 65px;
    height: 300px;
    padding: 0 30px;
    justify-content: space-between;
}

.wmwz-course .item {
    position: relative;
    width: 368px;
    height: 208px;
    overflow: hidden;
}

.wmwz-course .item-label {
    position: absolute;
    width: 94px;
    height: 30px;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background-color: #FF6C00;
}

.wmwz-course .item .course-cover {
    height: 100%;
}

.wmwz-course .item .item-courses {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .3s ease;
}

.wmwz-course .item:hover .item-courses {
    transform: none;
}

.wmwz-course .item .item-courses .item-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

.wmwz-course .item a:hover .item-title {
    color: #FF6C00;
}

.wmwz-course .item .item-courses a:not(:first-child) .item-title {
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
}

/* 学员评论 */

.wmwz-comment {
    margin-top: 120px;
}

.wmwz-comment .item-comments {
    margin-top: 86px;
}

.wmwz-comment .item-comments .img-block:not(:first-child) {
    margin-top: 30px;
}