body {
    width: 100%;
    margin: 0px;
}

#vCode {
    cursor: pointer;
}
/*************************重写public.css顶部样式*************************/
.header {
    background-color: rgba(0,79,155,0.6);
}

.pub-content {
    padding-top: 0px;
    width: 100%;
    border: 0px solid #ccc;
    padding: 0px;
}
/*************************重写public.css顶部样式*************************/
.container {
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
}

    .banner video {
        margin-top: -4px;
    }

    .banner .title {
        width: 100%;
        /*height: 100px;*/
        overflow-x: hidden;
        position: absolute;
        top: 20%;
        z-index: 9999;
        /*text-align: center;*/
    }

        .banner .title .titleWrap {
            background-color: rgba(0,79,155,0.6);
            margin: auto;
            overflow: hidden;
            padding: 20px;
            border-radius: 10px;
        }

        .banner .title .chinese {
            font-size: 40px;
            color: #fff;
            font-weight: bold;
            line-height: 80px;
            letter-spacing: 8px;
            margin-top: 20px;
        }

        .banner .title .english {
            font-size: 16px;
            color: #fff;
            line-height: 20px;
            letter-spacing: 2px;
        }
/* .banner img{
  width: 100%;
} */
.course, .notice, .teacher, .iTeacher {
    padding-top: 120px;
}

.notice {
    width: 100%;
    height: 600px;
    background: url('/2022New/img/noticeBgc.png') no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.noticeWrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

    .noticeWrap .notice_left {
        margin-top: 85px;
    }

        .noticeWrap .notice_left h1 {
            font-size: 34px;
            font-weight: bold;
            color: #fff;
            /* text-align: center; */
            margin-top: 30px;
        }

        .noticeWrap .notice_left .Horizontal {
            display: block;
            width: 30px;
            height: 3px;
            background: #fff;
            /* margin: 0 auto; */
            margin-top: 20px;
        }

        .noticeWrap .notice_left .eng {
            margin-top: 16px;
            font-size: 18px;
            font-weight: 400;
            color: #6D95C2;
            /* opacity: 0.8; */
            /* text-align: center; */
        }

        .noticeWrap .notice_left .notice_left_con {
            width: 197px;
            font-size: 18px;
            margin-top: 32px;
            font-weight: 400;
            line-height: 32px;
            color: #FFFFFF;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .noticeWrap .notice_left .noticeBtn {
            width: 120px;
            height: 36px;
            border: 1px solid #fff;
            border-radius: 18px;
            background-color: transparent;
            margin-top: 30px;
            color: #fff;
            margin-top: 60px;
        }

    .noticeWrap .notice_right {
        width: 800px;
        margin-top: 80px;
    }

        .noticeWrap .notice_right .notice_item {
            width: 800px;
            background: #FFFFFF;
            margin-bottom: 5px;
            padding: 20px 40px;
            cursor: pointer;
            font-weight: 600;
            color: #333333;
        }

        .noticeWrap .notice_right .title {
            line-height: 56px;
        }

        .noticeWrap .notice_right .time {
            font-family: DIN;
        }

        .noticeWrap .notice_right .notice_item:hover {
            background: #004F9B;
            transition: .5s;
            border: 1px solid #fff;
        }

            .noticeWrap .notice_right .notice_item:hover * {
                color: #fff;
            }

.w {
    width: 1200px;
    margin: auto;
}

.teacher {
    width: 100%;
    height: 660px;
    background: url('../img/teacher.png') no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

    .teacher .section {
        height: 100%;
    }

        .teacher .section h1 {
            font-size: 34px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            margin-top: 50px;
        }

        .teacher .section .Horizontal {
            display: block;
            width: 30px;
            height: 3px;
            background: #999999;
            margin: 0 auto;
            margin-top: 20px;
        }

        .teacher .section p {
            margin-top: 16px;
            font-size: 18px;
            font-weight: 400;
            color: #333333;
            opacity: 0.8;
            text-align: center;
        }

        .teacher .section ul {
            width: 1200px;
            display: flex;
            justify-content: space-between;
            /*height: 350px;*/
        }

            .teacher .section ul li {
                width: 25%;
                color: #333333;
                text-align: center;
            }

    .teacher ul li img {
        border-radius: 10px;
        width: 280px;
    }

    .teacher ul li div {
        margin-top: 10px;
    }

        .teacher ul li div b {
            font-weight: bold;
        }

    .teacher .section .more {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .teacher .section .more a {
            width: 120px;
            border: 1px solid #999999;
            border-radius: 18px;
            outline: 0;
            padding: 10px;
            font-weight: 400;
            color: #666666;
            margin: 0 auto;
            background-color: transparent;
            text-align: center;
        }

.iTeacher {
    height: 692px;
    overflow: hidden;
}

    .iTeacher .headerPlus {
        padding-bottom: 30px;
        margin-top: 50px;
    }

        .iTeacher .headerPlus h1 {
            font-size: 34px;
            font-weight: bold;
            color: #333333;
            text-align: center;
        }

        .iTeacher .headerPlus .Horizontal {
            display: block;
            width: 30px;
            height: 3px;
            background: #999999;
            margin: 0 auto;
            margin-top: 24px;
        }

        .iTeacher .headerPlus p {
            margin-top: 20px;
            font-size: 18px;
            font-weight: 400;
            color: #333333;
            opacity: 0.8;
            text-align: center;
        }

    .iTeacher .content {
        width: 100%;
        height: 100%;
        display: flex;
    }

        .iTeacher .content .left {
            width: 60%;
            height: 100%;
        }

        .iTeacher .content .right {
            flex: 1;
            margin-top: 48px;
            height: 100%;
            background: #004f9b;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
            padding: 0px 30px;
        }

            .iTeacher .content .right h1 {
                padding-top: 85px;
                font-size: 20px;
                font-weight: bold;
                color: #ffffff;
            }

            .iTeacher .content .right div {
                padding-top: 38px;
                display: flex;
                align-items: center;
                height: 26px;
                font-size: 24px;
                font-family: " Microsoft YaHei";
                font-weight: 600;
                color: #ffffff;
            }

                .iTeacher .content .right div img {
                    margin-right: 10px;
                }

            .iTeacher .content .right p {
                padding-top: 27px;
                width: 550px;
                height: 176px;
                font-size: 16px;
                font-weight: 400;
                color: #ffffff;
                line-height: 40px;
            }



.loginModal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    display: grid;
    place-items: center;
    /*display: none;*/
}

.hideActive {
    display: block;
}

.modalBox {
    position: relative;
    width: 800px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0,79,155,0.6);
    margin: auto;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
}

    .modalBox .modalBox_left {
        /*background-color: #4f86ba;*/
    }

        .modalBox .modalBox_left img {
            border-radius: 10px 0px 0px 10px;
        }

    .modalBox .modalBox_right {
        width: 460px;
        height: 500px;
        background: #FFFFFF;
        border-radius: 0px 10px 10px 0px;
        background-color: #fff;
        padding: 0px 30px 0px;
    }

        .modalBox .modalBox_right .closeIcon {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }

        .modalBox .modalBox_right .tab {
            width: 100%;
            margin-top: 60px;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #E6E6E6;
        }

            .modalBox .modalBox_right .tab div {
                /*width: 50%;*/
                text-align: center;
                font-size: 30px;
                font-weight: 400;
                color: #333333;
                padding-bottom: 16px;
                cursor: pointer;
                margin-bottom: -2px;
            }

            .modalBox .modalBox_right .tab .activeTab {
                font-size: 26px;
                border-bottom: 3px solid #004F9B;
            }

        .modalBox .modalBox_right .formWrap {
            width: 100%;
            margin-top: 4px;
            line-height: 50px;
        }

        .modalBox .modalBox_right .loginRight {
            width: 100%;
            margin-top: 40px;
            text-align: center;
            font-size: 20px;
        }

        .modalBox .modalBox_right .formWrap input {
            width: calc(100% - 12px);
            height: 36px;
            border: 1px solid #E6E6E6;
            border-radius: 4px;
            outline: none;
            padding-left: 12px;
            margin-top: 20px;
        }

        .modalBox .modalBox_right .formWrap .verWrap {
            width: 100%;
            margin-top: 16px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .modalBox .modalBox_right .formWrap .verWrap input {
                width: 58%;
                /* margin:20px 0px 0px 0px; */
            }

            .modalBox .modalBox_right .formWrap .verWrap img {
                width: 100px;
                height: 36px;
                vertical-align: 0px;
                margin-top: 20px;
            }

        .modalBox .modalBox_right .formWrap .findPwd {
            display: inline-block;
            margin-top: 10px;
            color: #333333;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 10px
        }

.btnWrap {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
}

    .btnWrap button {
        width: 140px;
        height: 36px;
        border: none;
        text-align: center;
        line-height: 36px;
    }

    .btnWrap .loginBtn {
        background: #004F9B;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
        margin-left: 40px;
    }

    .btnWrap .registerBtn {
        border: 1px solid #004F9B;
        width: 140px;
        height: 36px;
        color: #004F9B;
        background-color: transparent;
        /*padding: 4px 30px;*/
        line-height: 36px;
        text-align: center;
        margin-right: 40px;
    }

.operationWrap {
    width: 100%;
    /*height: 30px;*/
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .operationWrap .cen {
        font-size: 20px;
    }

    .operationWrap .line {
        display: inline-block;
        width: 90px;
        height: 1px;
        background: #D1D1D1;
    }
