/*输入框*/
.el-input {
    --el-input-focus-border: #AE9235;
    --el-input-focus-border-color: #AE9235;
}

/*多选框*/
.el-checkbox {
    --el-checkbox-checked-text-color: #AE9235;
    --el-checkbox-checked-input-border-color: #AE9235;
    --el-checkbox-checked-bg-color: #AE9235;
    --el-checkbox-input-border-color-hover: #AE9235;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #AE9235;
}

/*导航栏*/
.navDiv {
    background-color: #FFFFFF;
}

.navDiv .containerCenter {
    height: 60px;
}

.navUl > li {
    display: inline-block;
    line-height: 60px;
    margin: 0 20px;
    position: relative;
}

.navUl > li:hover > a {
    color: #AE9235;
}

.navUl .subDiv .title {
    font-weight: bold;
    padding-bottom: 20px;
}

.navUlFuzhuMenu {
    display: none;
}

@media screen and (max-width: 750px) {
    .navLogo {
        display: none;
    }

    .navUlFuzhuMenu {
        display: unset;
        font-size: 26px;
        color: #333333;
    }

    .navUlFuzhu {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;
    }

    .navUlFuzhuBg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .navUlFuzhuOverflow {
        position: absolute;
        width: 60%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px #999999;
        overflow-x: auto;
    }

    .navDiv .containerCenter {
        height: 50px;
        padding: 0 10px;
    }

    .navUl {
        margin-top: 20px;
    }

    .navUl > li {
        display: block;
        line-height: 40px;
    }

    .navUl .subDiv {
        position: unset;
        width: unset;
        padding: 5px;
    }

    .navUl .subDiv .flex-div {
        display: block;
    }

    .navUl .subDiv .title {
        padding-bottom: 0px;
    }
}

/*导航栏*/

.categoryDiv {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .categoryDiv {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*页脚*/
.footerDiv {
    background-color: #17203E;
    padding: 30px 0;
    color: #9EA2AE;
    font-size: 12px;
    line-height: 2em;
}

.footerDiv a {
    color: #9EA2AE;
}

.footerDiv a:hover {
    color: #AE9235;
}

.footerDiv .footerDivItem {
    padding-right: 50px;
}

.footerDiv .footerDivItem.desc {
    width: 300px;
    line-height: 1.5em;
    text-align: justify;
}

.footerDiv .footerDivItem.about {
    width: 120px;
}

.footerDiv .footerDivItem.contact {
    flex: 1;
}

.footerDiv .footerDivItem.form {
    width: 300px;
    padding-right: 0;
}

.footerDiv .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.footerDiv .lineSm, .footerDiv .lineXs {
    padding: 15px 0;
}

.footerDiv .qrcode {
    margin-top: 15px;
}

.footerDiv .qrcode img {
    width: 150px;
}

.footerDiv .el-form-item__label {
    color: #FFFFFF;
}

.footerDiv .el-input, .footerDiv .el-textarea {
    --el-input-border-color: #2C3F68;
}

.footerDiv .el-input__inner, .footerDiv .el-textarea__inner {
    color: #FFFFFF !important;
}

.footerDiv .el-input__wrapper, .footerDiv .el-textarea__inner {
    background-color: #2C3F68;
}


.footerDiv .copyright {
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 2px solid #2C3F68;
}

@media screen and (max-width: 750px) {
    .footerDiv .containerCenter {
        padding: 0 10px;
    }

    .footerDiv .containerCenter .flex-div {
        display: unset;
    }

    .footerDiv .footerDivItem {
        padding-bottom: 20px;
        padding-right: 0;
        width: unset !important;
    }

    .footerDiv .qrcode img {
        width: 45%;
    }
}

/*页脚*/

/*单页名称*/
.nameBgDiv {
    background-color: #17203E;
    padding: 100px 10px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .nameBgDiv {
        font-size: 20px;
        padding: 50px 10px;
    }
}

/*首页-我们的服务*/
.indexService {
    padding-top: 50px;
    padding-bottom: 50px;
}

.indexService .name {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}

.indexService .desc {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    color: #333333;
}

@media screen and (max-width: 750px) {
    .indexService {
        padding: 30px 10px;
    }

    .indexService .name {
        font-size: 24px;
    }

    .indexService .desc {
        width: unset;
        font-size: 12px;
        line-height: 1.5em;
    }
}

/*首页-我们的服务*/
/*首页-我们的优势*/
.indexYoushi {
    background-color: #FBF9F4;
    text-align: center;
    padding: 60px 0;
}

.indexYoushi .name {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}

.indexYoushi .img {
    position: relative;
    z-index: 100;
    width: 100px;
}

.indexYoushi .content {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    margin-top: -50px;
}

.indexYoushi .title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.indexYoushi .desc {
    font-size: 12px;
    height: 108px;
    line-height: 18px;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .indexYoushi {
        padding: 30px 10px;
        overflow: hidden;
    }

    .indexYoushi .name {
        font-size: 24px;
    }

    .indexYoushi .title {
        font-size: 14px;
    }

    .indexYoushi .desc {
        font-size: 12px;
    }
}

/*首页-我们的优势*/

/*用户左侧菜单*/
.userDiv {
    width: 1080px;
    margin: 30px auto;
    display: flex;
}

.userDiv .userNav {
    width: 200px;
}

.userNav .nickname {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 0;
}

.userNav .head {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.userNav .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.userNav .menu {
    margin-top: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    line-height: 30px;
    padding: 20px 0;
}

.userNav .menu a {
    margin: 5px 0;
    display: block;
    padding-left: 20px;
    border-left: 4px solid #FFFFFF;
}

.userNav .menu a.selected, .userNav .menu a:hover {
    border-left: 4px solid #AE9235;
}

.userDiv .right {
    flex: 1;
    margin-left: 20px;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
}

.userDiv .right .scampListDate {
    box-shadow: unset;
    margin: 0;
    padding: 0;
}

.userDiv .right .scampListDate table {
    min-width: 800px;
}

.userDiv .right .scampListDate a {
    color: #AE9235;
}

@media screen and (max-width: 750px) {
    .userNav {
        display: none;
    }

    .userDiv {
        width: unset;
        display: block;
        margin: 10px;
    }

    .userDiv .right {
        margin-left: 0;
    }
}

/*用户左侧菜单*/
/*系统消息*/
.msgDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.msgBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.msgContent {
    position: absolute;
    width: 1080px;
    height: 80%;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD;
    overflow: hidden;
    border-radius: 10px;
    left: 50%;
    margin-left: -540px;
    top: 10%;
    box-sizing: border-box;
    display: flex;
}

.msgContent .left {
    width: 260px;
    padding: 20px;
}

.msgContent .right {
    background-color: #F8F8F8;
    flex: 1;
    padding: 20px;
}

.msgContent .leftItem {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}

.msgContent .leftItem:hover {
    color: #AE9235;
}

.msgContent .leftItem .img {
    color: #AE9235;
    background-color: #F1EEE4;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.msgContent .leftItem .name {
    font-size: 16px;
}

.msgContent .leftItem .title {
    font-size: 12px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.msgContent .rightItemDiv {
    display: none;
    position: relative;
}

.msgContent .rightItemDiv.selected {
    display: unset;
}

.msgContent .rightItemDiv .click {
    position: absolute;
    right: 10px;
    bottom: 12px;
    color: #AE9235;
    display: none;
    font-size: 12px;
}

.msgContent .rightItemDiv .click1 {
    display: unset;
}

.msgContent .rightItem {
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}

.msgContent .rightItem .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.msgContent .rightItem .title span {
    flex: 1;
}

.msgContent .rightItem .title .date {
    flex: unset;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

.msgContent .rightItem .content {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    padding-right: 30px;
}

.msgContent .rightItem.selected .content {
    height: unset;
    overflow: unset;
}

.msgContent .rightItem.selected .click1 {
    display: none;
}

.msgContent .rightItem.selected .click0 {
    display: unset;
}


@media screen and (max-width: 1080px) {
    .msgContent {
        width: 80%;
        left: 10%;
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .msgContent {
        display: block;
    }

    .msgContent .leftItem {
        padding: 5px;
    }

    .msgContent .leftItem .img {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .msgContent .leftItem .name {
        font-size: 14px;
    }
}

/*系统消息*/

/*课程列表*/
.scampListFuzhu {
    padding-top: 20px;
    position: relative;
    display: flex;
}

.scampList {
    flex: 1;
    margin-left: 10px;
}

.containerCenterBox .scampList {
    margin-left: 0;
}

.scampListNo {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #cccccc;
    border-radius: 10px;
}

.scampItem {
    display: flex;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.scampItem .img {
    width: 260px;
    height: 170px;
}

.scampItem .content {
    flex: 1;
    padding: 10px 20px;
    position: relative;
}

.scampItem .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.scampItem .param {
    margin-bottom: 5px;
    font-size: 12px;
    color: #666666;
}

.scampItem .desc {
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.scampItem .date {
    font-size: 12px;
}

.scampItem .price {
    font-size: 16px;
    font-weight: bold;
    color: #7C0022;
    position: absolute;
    bottom: 10px;
}

.scampItem .detail {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

@media screen and (max-width: 750px) {
    .scampListFuzhu {
        display: block;
        padding-top: 0;
    }

    .scampList {
        padding: 10px;
        margin-left: 0;
    }

    .containerCenterBox .scampList {
        padding: 0;
    }

    .scampListNo {
        padding-bottom: 50px;
        border-radius: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .scampItem {
        margin-bottom: 10px;
    }

    .scampItem .img {
        width: 120px;
        height: 95px;
    }

    .scampItem .content {
        padding: 5px 10px;
    }

    .scampItem .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .scampItem .param {
        font-size: 10px;
    }

    .scampItem .desc {
        display: none;
    }

    .scampItem .date {
        font-size: 12px;
    }

    .scampItem .price {
        padding-top: 10px;
        position: relative;
        bottom: unset;
        font-size: 12px;
    }

    .scampItem .detail {
        display: none;
    }
}

/*课程列表*/
/*课程图片*/
.scampPhotosDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.scampPhotosBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.scampPhotosContent {
    position: absolute;
    width: 1080px;
    height: 80%;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD;
    overflow: auto;
    border-radius: 10px;
    left: 50%;
    margin-left: -540px;
    top: 10%;
    box-sizing: border-box;
    padding: 20px 10px;
}

.scampPhotosClose {
    display: flex;
    padding: 10px 12px;
    font-size: 30px;
    align-items: center;
}

.scampPhotosClose i {
    cursor: pointer;
}

.scampPhotosClose span {
    flex: 1;
    text-align: center;
    font-size: 18px;
}

.scampPhotosFlex {
    overflow: hidden;
}

.scampPhotosFlex .item {
    display: inline-block;
    width: 25%;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}

.scampPhotosFlex .item img {
    border-radius: 5px;
    width: 234px;
    height: 139px;
}

@media screen and (max-width: 750px) {
    .scampPhotosContent {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .scampPhotosFlex .item {
        display: block;
        width: unset;
    }

    .scampPhotosFlex .item img {
        width: 90%;
        height: unset;
    }
}


/*课程图片*/

/*悬浮客服*/
.fixedService {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 10000;
}

.fixedService .img {
    width: 70px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .fixedService .img {
        width: 50px;
    }
}

/*悬浮客服*/