﻿.nav_allCourses {
    color: #3D7EFF;
}

.bannerTit {
    margin: auto auto;
    width: 1360px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 32px;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    box-sizing: border-box;
    background: url(../images/bannerTit.png) no-repeat;
}



.goodLesson {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 1360px;
    /*padding-bottom: 20px;*/
    margin-top: 32px;
    margin-bottom: 20px;
}

    .goodLesson > div {
        width: 1360px;
        /*height: 248px;*/
        background: #FFFFFF;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 24px 32px;
        margin-bottom: 24px;
    }

        .goodLesson > div > .img {
            width: 300px;
            height: 200px;
            position: relative;
            padding-left: 22px;
            padding-top: 45px;
            box-sizing: border-box;
            background: linear-gradient(173deg, #02086C 0%, #2816AE 100%);
        }

            .goodLesson > div > .img em {
                width: 84px;
                height: 33px;
                position: absolute;
                top: 6px;
                right: -6px;
                background: url(../images/preferential.png) no-repeat;
                background-size: 100% 100%;
            }

            .goodLesson > div > .img span {
                display: block;
                width: 147px;
                height: 72px;
                font-size: 30px;
                color: #FFFFFF;
                line-height: 36px;
                letter-spacing: 1px;
            }


        .goodLesson > div > .con {
            margin-left: 36px;
            flex: 1;
            display: flex;
            height: 200px;
            justify-content: space-between;
            flex-direction: column;
        }

            .goodLesson > div > .con p {
                flex: 1;
                color: #34495E;
                line-height: 28px;
                font-size: 16px;
            }

            .goodLesson > div > .con h3 {
                font-size: 24px;
                color: #34495E;
                font-weight: bold;
                margin-bottom: 16px;
            }

            .goodLesson > div > .con div {
                height: 56px;
                display: flex;
                align-items: center;
                flex-direction: row;
                justify-content: flex-start;
            }

                .goodLesson > div > .con div span {
                    font-size: 32px;
                    color: #EE3535;
                    margin-right: 14px;
                }

                .goodLesson > div > .con div em {
                    font-size: 24px;
                    text-decoration: line-through;
                    color: #34495e;
                    margin-top: 6px;
                }


.nav {
    width: 1360px;
    margin: auto auto auto auto;
}

    .nav > div {
        background: #3D7EFF;
        height: 56px;
        display: inline-flex;
        flex-direction: row;
        align-items: flex-end;
        border-radius: 8px 8px 0px 0px;
    }

        .nav > div > a {
            line-height: 56px;
            padding-left: 40px;
            padding-right: 40px;
            font-size: 24px;
            color: #FFFFFF;
        }

            .nav > div > a.alipay {
                width: 234px;
                height: 64px;
                padding: 0;
                color: #3D7EFF;
                font-size: 24px;
                text-align: center;
                line-height: 70px;
                position: relative;
                z-index: 2;
            }

                .nav > div > a.alipay::after {
                    width: 60%;
                    height: 100%;
                    background: #fff;
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    z-index: -1;
                       box-shadow: -8px -1px 16px -2px rgba(61, 126, 255, 0.14);
                    transform: skewX(-15deg);
                    left: 0;
                    border-radius: 8px 8px 0px 0px;
                }

                .nav > div > a.alipay::before {
                    width: 60%;
                    height: 100%;
                    background: #fff;
                    content: "";
                    z-index: -1;
                    display: block;
                    border-radius: 8px 8px 0px 0px;
                    position: absolute;
                     box-shadow: 1px -1px 16px -2px rgba(61, 126, 255, 0.14);
                    top: 0;
                    transform: skewX(15deg);
                    right: 0;
                }

            .nav > div > a.offline {
                height: 64px;
                line-height: 70px;
                background: #FFFFFF;
                padding-left: 40px;
                padding-right: 56px;
                color: #3D7EFF;
                position: relative;
                 box-shadow: 1px -1px 16px -2px rgba(61, 126, 255, 0.14);
                border-radius: 8px 8px 0px 0px;
            }

                .nav > div > a.offline::before {
                    position: absolute;
                    width: 20px;
                    top: 0;
                    left: -10px;
                    border-radius: 8px 8px 0px 0px;
                    height: 64px;
                    background: #FFFFFF;
                    content: "";
                    transform: skewX(-15deg);
                    display: block;
                }

            .nav > div > a.wechat {
                width: 234px;
                height: 64px;
                padding: 0;
                color: #3D7EFF;
                font-size: 24px;
                text-align: center;
                line-height: 70px;
                position: relative;
                z-index: 2;
                background: #FFFFFF;
                border-radius: 8px 8px 0px 0px;
                box-shadow: 1px -1px 16px -2px rgba(61, 126, 255, 0.14);
            }

                /*.nav > div > a.wechat::after {
                    width: 60%;
                    height: 100%;
                    background: #fff;
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    z-index: -1;
                    box-shadow: -8px -2px 18px 0px rgba(61, 126, 255,0.14);
                    transform: skewX(-15deg);
                    left: 0;
                    border-radius: 8px 8px 0px 0px;
                }*/

                .nav > div > a.wechat::before {
                    width: 60%;
                    height: 100%;
                    background: #fff;
                    content: "";
                    z-index: -1;
                    display: block;
                    border-radius: 8px 8px 0px 0px;
                    position: absolute;
                    /*box-shadow: -6px -2px 18px 0px rgba(61, 126, 255, 0.14);*/
                    top: 0;
                    transform: skewX(15deg);
                    right: -10px;
                }



.payBox {
    margin: auto auto 100px auto;
    width: 1360px;
    padding-bottom: 48px;
    /*height: 520px;*/
    background: #FFFFFF;
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    display: none;
}

    .payBox .left {
        margin-right: 62px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 72px;
    }

        .payBox .left em {
            display: block;
            font-size: 16px;
            color: #34495E;
            line-height: 22px;
            margin-bottom: 6px;
        }

        .payBox .left h3 {
            height: 45px;
            font-size: 32px;
            font-weight: bold;
            color: #EE3535;
            line-height: 45px;
        }

        .payBox .left > div {
            width: 227px;
            height: 292px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 6px 5px 0 5px;
            background: #FFFFFF;
            margin-top: 10px;
            border-radius: 8px;
            border: 1px solid rgba(52, 73, 94, 0.2);
        }

            .payBox .left > div img {
                margin-bottom: 8px;
                width: 215px;
                height: 215px;
                border-radius: 1px;
            }

            .payBox .left > div p {
                display: flex;
                align-items: center;
                flex-direction: row;
                justify-content: center;
                line-height: 22px;
                font-size: 16px;
                color: #34495E;
            }

                .payBox .left > div p::before {
                    width: 33px;
                    height: 33px;
                    content: "";
                    display: block;
                    margin-right: 16px;
                    background: url(../images/scan.png) no-repeat;
                    background-size: 100% 100%;
                }

    .payBox .right {
        width: 536px;
        height: 290px;
        background: #f7f8f9;
        border-radius: 8px;
        margin-top: 156px;
        padding-left: 28px;
        box-sizing: border-box;
        padding-top: 24px;
        position: relative;
    }

        .payBox .right::before {
            width: 20px;
            height: 20px;
            top: 50%;
            margin-top: -10px;
            background: #f7f8f9;
            content: "";
            position: absolute;
            left: -10px;
            display: block;
            transform: rotate(45deg);
        }

        .payBox .right h3 {
            color: #34495E;
            font-size: 14px;
            margin-bottom: 12px;
            line-height: 20px;
        }

            .payBox .right h3 em {
                color: #3D7EFF;
            }

        .payBox .right div {
            width: 191px;
            height: 39px;
            line-height: 39px;
            background: #fff;
            border-radius: 10px;
            display: flex;
            align-items: flex-start;
            flex-direction: row;
            justify-content: flex-start;
            margin-bottom: 32px;
            margin-left: 8px;
            padding-left: 20px;
        }

            .payBox .right div img {
                margin-left: -10px;
            }

        .payBox .right > img {
            margin-top: 8px;
            margin-left: 8px;
        }

    .payBox > .tips {
        width: 910px;
        /*height: 177px;*/
        background: #fdf7f0;
        border-radius: 8px;
        margin-top: 44px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .payBox .tips h3 {
        height: 22px;
        font-size: 16px;
        color: #EF5010;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .payBox .tips > p {
        font-size: 16px;
        color: #EF5010;
        line-height: 24px;
    }

        .payBox .tips > p a {
            color: #3D7EFF;
        }

.remitmoney {
    margin: auto auto 100px auto;
    width: 1360px;
    /*height: 638px;*/
    padding-bottom: 48px;
    background: #FFFFFF;
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 72px;
    padding-left: 225px;
    display: none;
}

    .remitmoney > p {
        height: 22px;
        font-size: 16px;
        color: #34495E;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .remitmoney > img {
        /*width: 189px;*/
        height: 50px;
        margin-bottom: 8px;
    }

    .remitmoney > span {
        font-size: 16px;
        color: #34495E;
        line-height: 36px;
    }

    .remitmoney > em {
        font-size: 16px;
        color: #34495E;
        line-height: 36px;
    }

    .remitmoney > em {
        font-size: 16px;
        color: #EE3535;
        line-height: 36px;
    }

    .remitmoney > div.note {
        margin-top: 24px;
        height: 36px;
        display: flex;
        align-items: center;
        color: #34495E;
        font-size: 16px;
        justify-content: flex-start;
    }

        .remitmoney > div.note > b {
            margin-left: 24px;
            width: 108px;
            height: 36px;
            text-align: center;
            line-height: 36px;
            border-radius: 8px;
            border: 1px solid #3D7EFF;
            font-size: 16px;
            color: #3D7EFF;
            cursor: pointer;
        }

            .remitmoney > div.note > b.time {
                color: #a2acb5;
                font-weight: inherit;
                border-color: #a2acb5;
            }

    .remitmoney > .tips {
        width: 910px;
        /*height: 177px;*/
        background: #fdf7f0;
        border-radius: 8px;
        margin-top: 44px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .remitmoney .tips h3 {
        height: 22px;
        font-size: 16px;
        color: #EF5010;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .remitmoney .tips > p {
        font-size: 16px;
        color: #EF5010;
        line-height: 24px;
    }

#Wechat {
    display: flex;
}
