
.learning-path-box {
    width: 100%;
    height: auto;
    float: left;
}

.learning-path-item {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    padding: 30px 30px 0 30px;
    margin-top: 30px;
    border-radius: 8px;
}

.learning-path-item:hover {
    box-shadow: 0px 4px 8px 0px rgba(229, 229, 229, 1);
    cursor: pointer;
}

.learning-path-item:hover > .title {
    color: rgba(11, 118, 222, 1);
}

.learning-path-item > .title {
    width: 100%;
    height: auto;
    float: left;
    border-left: 6px solid rgba(0, 147, 255, 1);
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
}

.learning-path-item > .course-box {
    width: 100%;
    height: auto;
    float: left;
}

.learning-path-item > .course-box > .course-item {
    display: block;
    width: 160px;
    height: 151px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.learning-path-item > .course-box > .course-item > .course-thumb {
    position: relative;
    width: 160px;
    height: 120px;
    float: left;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.learning-path-item > .course-box > .course-item > .course-thumb img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.learning-path-item > .course-box > .course-item > .course-thumb > .label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    font-size: 12px;
}

.learning-path-item > .course-box > .course-item > .course-title {
    width: 160px;
    height: auto;
    float: left;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(86, 86, 86, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.path-banner {
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    margin-top: -150px;
    border-radius: 8px;
    padding-top: 30px;
}

.path-banner .title {
    width: 100%;
    height: 24px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 30px;
    text-align: center;
}

.path-banner .desc {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    overflow: hidden;
}

.path-banner .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 30px;
    box-shadow: 0px 4px 8px 0px rgba(229, 229, 229, 1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.path-banner .info .count {
    width: auto;
    height: 42px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
}

.path-banner .info .price {
    width: auto;
    height: 42px;
    float: right;
}

.path-banner .info .price .price-text {
    width: auto;
    height: 42px;
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 64, 64, 1);
    line-height: 42px;
    margin-right: 20px;
}

.path-banner .info .price .original-price {
    width: auto;
    height: 42px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 42px;
    margin-right: 50px;
    text-decoration: line-through;
}

.path-banner .info .price .buy-button {
    display: inline-block;
    width: 104px;
    height: 42px;
    float: left;
    background: rgba(11, 118, 222, 1);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
}

.path-banner .info .price .buy-button:hover {
    background: rgba(11, 118, 222, .6);
}

.step-box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.step-box > .step-title {
    width: 100%;
    height: 28px;
    float: left;
    margin-bottom: 30px;
}

.step-box > .step-title img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.step-box > .step-title > span {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: rgba(76, 76, 76, 1);
    margin-top: 4px;
    line-height: 1;
}

.step-box > .step-courses-box {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 1);
    border-radius: 8px;
    background-color: white;
    margin-bottom: 50px;
    padding: 30px 30px 0 30px;
}

.step-box > .step-courses-box > .step-course-item {
    width: 285px;
    height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.step-box > .step-courses-box > .step-course-item > .course-thumb {
    position: relative;
    width: 100%;
    height: 192px;
    float: left;
}

.step-box > .step-courses-box > .step-course-item > .course-thumb img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.step-box > .step-courses-box > .step-course-item > .course-thumb > .label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.step-box > .step-courses-box > .step-course-item > .course-title {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    background-color: rgba(0, 0, 0, .02);
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.path-top-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(153, 153, 158, .2);
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 22;
}

.path-top-banner .count {
    width: auto;
    height: 42px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
}

.path-top-banner .price {
    width: auto;
    height: 42px;
    float: right;
}

.path-top-banner .price .price-text {
    width: auto;
    height: 42px;
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 64, 64, 1);
    line-height: 42px;
    margin-right: 20px;
}

.path-top-banner .price .original-price {
    width: auto;
    height: 42px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 42px;
    margin-right: 50px;
    text-decoration: line-through;
}

.path-top-banner .price .buy-button {
    display: inline-block;
    width: 104px;
    height: 42px;
    float: left;
    background: rgba(11, 118, 222, 1);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
}

.path-top-banner .price .buy-button:hover {
    background: rgba(11, 118, 222, .6);
}