.prime-day-page {
    margin-top: 65px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .prime-day-page {
        margin-top: 54px;
    }
}

@media screen and (max-width: 768px) {
    .prime-day-page {
        margin-top: 0px;
    }
}

.course-content {
    width: 1450px;
    margin: 0px auto;
    padding-top: 68px;
}

.coures_flex {
    display: flex;
    justify-content: space-between;
}

.coures_flex-left {
    width: 54%;
}

.coures_flex-right {
    width: 42%;
}

.coures_name {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.coures_intro {
    font-size: 20px;
    color: #707070;
}

.add_btn a {
    background-color: #660099;
    color: #fff;
    padding: 10px 60px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin-top: 40px;
}

.add_btn2 {
    background-color: #660099;
    color: #fff;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 20px;
    margin-top: 40px;
    cursor: pointer;
    display: block;
    width: 48%;
}

.pro-de-grop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px 40px 0px;
}

.add_cart {
    background: #fff;
    color: #660099;
    border: 1px solid #660099;
}

.productS-price {
    justify-content: left;
    margin: 40px 0 20px 0;
}

.course_price-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_price {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}

.cursor_content {
    margin-top: 100px;
}

.content-flex {
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 66%;
}

.content-right {
    width: 30%;
}

.left-intro h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.left-intro h3::before {
    position: absolute;
    content: "";
    width: 49px;
    height: 5px;
    background: #660099;
    left: 0;
    bottom: 0;
}

.left-cont1, .left-cont2, .left-cont3 {
    padding-top: 20px;
}

.faq-i i {
    font-size: 36px;
}

.left-cont1 p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}

.left-cont2 h3, .left-cont3 h3, .left-cont4 h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.ly_ol {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ly_ol li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 47%;
}

.ly_ol .ly_intro {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

.ly_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.ly_cont-left {
    width: 60%;
}

.ly_cont-left p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.ly_cont-left p:nth-child(2) {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}


.left-cont4 .faq-max {
    padding-left: 40px;
}

.left-cont4 {
    padding-top: 40px;
}

.left-cont4 h3 {
    padding-bottom: 30px;
}

.left-cont4 .faq-div {
    position: relative;
}

.left-cont4 .faq-title {
    font-weight: bold;
}

.left-cont4 .faq-title::before {
    content: "";
    position: absolute;
    left: -33px;
    top: 33px;
    width: 15px;
    height: 15px;
    border: 1px solid #c1C1C1;
    border-radius: 50%;
    background-color: #fff;
}

.left-cont4 .faq-title.custom-bg::before {
    background-color: #660099;
}

.left-cont4 .faq-div::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 50px;
    width: 2px;
    background-color: #c1C1C1;
    height: var(--height);
}

.left-cont4 .faq-div:last-of-type::after {
    display: none;
}

.content-right {
}

.right-cont {
    padding: 40px 30px;
    background: #FBF9FC;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #DDDDDD;
}

.message_cont {
}

.message_title {
    font-size: 24px;
    color: #333333;
}

.message_name {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.message_flex {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.message_flex img {
    margin-right: 20px;
}

.message_span1 {
    font-size: 20px;
    color: #707070;
}

.message_span2 {
    font-size: 20px;
    color: #333333;
}

.right-cont1 {
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    padding-top: 30px;
}

.right-cont2, .right-cont3 {
    margin-top: 30px;
}

.right-cont1 h3, .right-cont2 h3, .right-cont3 h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.right-cont1 li, .right-cont2 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.right-cont1 .ly_intro, .right-cont2 .ly_intro {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

.right-cont3 .ly_intro {
    font-size: 16px;
    color: #333333;
}

.right-cont3 .ly_name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 7px;
}

.right-cont3 .ly_right {
    margin-left: 10px;
    margin-top: -5px;
}

.right-cont3 li {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.product-list-title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding: 50px 0 60px 0;
    text-align: center
}

.faq-title span {
    padding: 25px 0;
}

.faq-div .faq-intro {
    padding-bottom: 25px;
}

.faq-max .faq-div:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1500px) {
    .course-content {
        width: 94%;
    }

    .coures_name {
        font-size: 28px;
    }

    .productS-price {
        margin: 20px 0 10px 0;
    }

    .coures_intro {
        font-size: 16px;
    }

    .left-cont4 .faq-max {
        overflow: hidden;
    }
}

@media screen and (max-width: 1000px) {
    .content-left {
        width: 60%;
    }

    .content-right {
        width: 37%;
    }

}

@media screen and (max-width: 800px) {
    .course-content {
        padding-top: 30px;
    }

    .cursor_content {
        margin-top: 50px;
    }

    .coures_flex, .content-flex {
        flex-wrap: wrap;
    }

    .coures_flex-right, .coures_flex-left {
        width: 100%;
    }

    .coures_flex-right, .content-right {
        margin-top: 30px;
    }

    .content-left, .content-right {
        width: 100%;
    }

    .ly_cont img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .ly_ol li {
        width: 100%;
        margin-bottom: 15px;
    }

    .ly_cont {
        flex-wrap: wrap;
    }

    .ly_cont-left, .ly_cont figure {
        width: 100%;
    }

    .ly_cont figure img {
        margin: 20px auto 0 auto;
    }

    .ly_cont {
        margin-top: 15px;
    }

    .left-cont4 .faq-title {
        font-size: 14px !important;
    }

    .product-list-title {
        padding: 60px 0 0 0;
    }
}
