/* 滚动条美化 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #a6a6a6;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

::-webkit-scrollbar-resizer,
::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}

/* 滚动条美化 */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F8F8F8;
    font-size: 14px;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover, a.selected {
    color: #AE9235;
}

image {
    vertical-align: top;
}

ul, li {
    list-style: none;
}

.flex-div {
    display: flex;
}

.flex-div-justify-center {
    justify-content: center;
}

.flex-div-align-center {
    align-items: center;
}


.flex-div .flex-item {
    flex: 1;
}

.iframe-base {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.containerCenter {
    width: 1080px;
    margin: 0 auto;
}


.containerCenterSm {
    width: 960px;
    margin: 0 auto;
}

.containerCenterBox {
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #dddddd;
    padding: 20px;
    border-radius: 6px;
}

@media screen and (max-width: 750px) {
    .containerCenter {
        width: unset;
        margin: unset;
    }


    .containerCenterSm {
        width: unset;
        margin: unset;
    }

    .containerCenterMobile {
        margin: 0 10px;
    }

    .containerCenterBox {
        padding: 10px;
        border-radius: 6px;
    }
}

.contentDiv {
    line-height: 1.8em;
    font-size: 14px;
}

.contentDivBox {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .contentDivBox {
        padding: 10px;
        border-radius: 5px;
        margin: 10px;
    }
}

.lineSm {
    position: relative;
}

.lineSm::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #AE9235;
}

.lineXs {
    position: relative;
}

.lineXs::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #AE9235;
}

/*背景*/
.bg-white {
    background-color: #FFFFFF;
}

.bg-gray {
    background-color: #DDDDDD;
}

.bg-black {
    background-color: #000000;
}

/*背景*/
.border-radius {
    border-radius: 5px;
    overflow: hidden;
}

.border-radius-lg {
    border-radius: 10px;
    overflow: hidden;
}

.border-radius-xl {
    border-radius: 15px;
    overflow: hidden;
}

.border-radius-xxl {
    border-radius: 20px;
    overflow: hidden;
}

.box-shadow {
    box-shadow: 0 0 6px #CCCCCC;
}

.solid-bottom {
    border-bottom: 1px solid #EEEEEE;
}

/*文本*/
.text-xxxl {
    font-size: 26px;
}

.text-xxl {
    font-size: 22px;
}

.text-xl {
    font-size: 18px;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-default {
    color: #AE9235;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #ff0000;
}

.text-gray {
    color: gray;
}

.text-blue {
    color: #245DF4;
}

.text-bold {
    font-weight: bold;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 12px;
}

/*文本*/

.cursor-pointer {
    cursor: pointer;
}

.border-right {
    border-right: 1px solid #CCCCCC;
}

/*边距*/
.margin {
    margin: 20px;
}

.margin-sm {
    margin: 10px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-lg {
    margin-top: 30px;
}

.margin-top-xl {
    margin-top: 40px;
}

.margin-top-xxl {
    margin-top: 50px;
}

.margin-top-important {
    margin-top: 20px !important;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

.margin-bottom-xl {
    margin-bottom: 40px;
}

.margin-bottom-xxl {
    margin-bottom: 50px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-left {
    margin-left: 20px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-left-xs {
    margin-left: 5px;
}

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

.margin-right-sm {
    margin-right: 10px;
}

.margin-right-xs {
    margin-right: 5px;
}

.padding {
    padding: 20px;
}

.padding-lg {
    padding: 30px;
}

.padding-xl {
    padding: 40px;
}

.padding-sm {
    padding: 10px;
}

.padding-top {
    padding-top: 20px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-right {
    padding-right: 20px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-left {
    padding-left: 20px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-left-xs {
    padding-left: 5px;
}

.padding-bottom-xs {
    padding-bottom: 5px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-bottom-lg {
    padding-bottom: 30px;
}

.padding-bottom-xl {
    padding-bottom: 40px;
}

.padding-bottom-xxl {
    padding-bottom: 50px;
}

/*边距*/

.block {
    display: block;
}

/*按钮*/
.myBtn {
    display: inline-block;
    background-color: #AE9235;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 4px;
    cursor: pointer;
}

.myBtnGray {
    background-color: #999999;
}

.myBtnBlock {
    display: block;
}

.myBtn:hover {
    color: #FFFFFF;
}

.myBtnSm {
    padding: 5px 20px;
    font-size: 12px;
}

.myBtnXs {
    padding: 3px 20px;
    font-size: 12px;
}

.myBtnRound {
    border-radius: 20px;
}

.myBtnFooter {
    background-color: #2C3F68;
}

/*按钮*/

.myTabDiv {
    border-bottom: 1px solid #dddddd;
    display: flex;
    margin-bottom: 10px;
}

.myTabDiv .item {
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
}

.myTabDiv .item.selected {
    color: #AE9235;
}

/*下拉选项*/
.subDivHover {
    position: relative;
}

.subDivHover .iconDown {
    display: none;
}

.subDiv {
    position: absolute;
    z-index: 1000;
    width: 600px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    line-height: 30px;
    display: none;
}


.subDivRight {
    right: 0;
}

.subDivSm {
    width: 160px;
}

.subDivXs {
    width: 120px;
}

.subDivHover.selected .subDiv {
    display: block;
}

.subDivHover.selected .iconUp {
    display: none;
}

.subDivHover.selected .iconDown {
    display: unset;
}

/*下拉选项*/

/*轮播图*/
.swiper-pagination-banner, .swiper-pagination-choose {
    text-align: center;
    position: relative;
    z-index: 100;
    margin-top: -20px;
}

.swiper-pagination-choose .swiper-pagination-bullet {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    background-color: #FFFFFF;
}

@media screen and (max-width: 750px) {
    .swiper-pagination-choose {
        margin-top: 0;
    }

    .swiper-button-prev-banner, .swiper-button-next-banner {
        display: none;
    }
}

/*轮播图*/

/*步骤/进度*/
.stepDiv {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

.stepDiv .item {
    flex: 1;
    position: relative;
    font-size: 16px;
}

.stepDiv .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    left: 50%;
    bottom: -15px;
}

.stepDiv .item:last-child:before {
    left: unset;
    right: 50%;
}

.stepDiv .item:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -6px;
    bottom: -20px;
    border-radius: 100%;
}

@media screen and (max-width: 750px) {
    .stepDiv .item {
        font-size: 12px;
    }
}

/*步骤/进度*/

/*模拟表格*/
.tableDiv {
    line-height: 20px;
}

.tableDiv p {
    padding: 5px 0;
}

.tableDiv .title {
    display: inline-block;
    width: 80px;
}

.tableDivLg .title {
    width: 100px;
}

.tableDivXl .title {
    width: 120px;
}

.tableDivXxl .title {
    width: 140px;
}

.catTitle {
    font-size: 36px;
    font-weight: bold;
}

.catTitleXs {
    font-size: 18px;
    font-weight: bold;
}

.catTitleEn {
    font-size: 30px;
}

.catDesc {
    font-size: 18px;
    color: #999999;
}

.catTitleSoldLeft {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #AE9235;
}

@media screen and (max-width: 750px) {
    .catTitle {
        font-size: 16px;
    }

    .catDesc {
        font-size: 14px;
    }

    .catTitleSoldLeft {
        font-size: 16px;
    }
}

/*卡片*/
.cardItem {
    position: relative;
    display: block;
    padding-bottom: 26px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardItem .img {
    width: 100%;
}

.cardItem .name {
    padding: 0 8px;
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.cardItem .desc {
    padding: 0 8px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.cardItem .more {
    padding: 20px 0 0 8px;
    font-size: 12px;
    display: inline-block;
    color: #666666;
}

.cardItem .line {
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 66px;
    height: 3px;
    background-color: #17203E;
}

.cardItem .line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 3px;
    background-color: #AE9235;
}

.cardItem:hover {
    color: #333333;
}

.cardItem:hover .more {
    color: #AE9235;
}

/*卡片*/

/*评论列表*/
.commentList {
    width: 1080px;
    margin: 30px auto;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

.commentList .commentItem:last-child {
    border-bottom: 0;
}

.commentTop {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.commentTop .left {
    font-size: 20px;
    font-weight: bold;
    flex: 1;
}

.commentTop .right {
    font-size: 12px;
    color: #666666;
}

.commentTab {
    display: flex;
    padding-bottom: 20px;
    font-size: 12px;
}

.commentTab .item {
    margin-right: 20px;
    background-color: #F8F8F8;
    padding: 5px 15px;
    border-radius: 20px;
}

@media screen and (max-width: 750px) {
    .commentTab .item {
        font-size: 12px;
        margin-right: 5px;
        padding: 3px 8px;
    }
}

.commentItem {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.commentItem .top {
    display: flex;
    align-items: center;
}

.commentItem .header {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.commentItem .topCenter {
    flex: 1;
}

.commentItem .name {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.commentItem .star {
    color: #999999;
    font-size: 12px;
}

.commentItem .zan {
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}

.commentItem .zan.selected {
    color: #AE9235;
}

.commentItem .star.selected {
    color: #AE9235;
}

.commentItem .zan.selected .fa-thumbs-up {
    color: #AE9235;
}

.commentItem .date {
    font-size: 12px;
    color: #666666;
}

.commentItem .content {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
}

.commentItem .images .itemImg {
    display: inline-block;
    margin-right: 10px;
}

.commentItem .images .img {
    width: 70px;
    height: 70px;
}

.commentItem .replay {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #F8F8F8;
    box-shadow: 0 0 5px #dddddd;
    padding: 10px;
    line-height: 1.5em;
}

.replayList {
    width: 1080px;
    margin: 30px auto;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

.replayList .item {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.replayList .item:last-child {
    border-bottom: 0;
}

.replayList .item .name {
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .commentList {
        width: unset;
        margin: 10px;
        padding: 10px;
    }

    .replayList {
        width: unset;
        margin: 10px;
        padding: 10px;
    }
}

.commentForm {
    width: 1080px;
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.commentForm .images {
    display: flex;
}

.commentForm .images .itemImg {
    display: inline-block;
    margin-right: 5px;
}

.commentForm .images .itemIcon {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #AE9235;
    font-size: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px #AE9235;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.commentForm .images .img {
    width: 60px;
    height: 60px;
}

.commentForm .el-textarea__inner {
    min-height: 160px !important;
}

@media screen and (max-width: 750px) {
    .commentForm {
        width: unset;
        margin: 10px;
    }
}

/*评论列表*/

/*面包屑*/
.addressDiv {
    font-size: 14px;
    padding: 20px;
    width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .addressDiv {
        width: unset;
        margin: 10px;
        padding: 10px 0;
    }
}

/*面包屑*/

/*Element UI 表单*/
.el-form-item {
    display: block;
    margin-bottom: 7px;
}

.el-form-item .el-form-item__label-wrap {
    margin-left: unset !important;
}

/*Element UI 表单*/

/* 分页 */
.lPage {
    padding-right: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.pagination {
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}

.pagination li {
    display: inline;
}

.pagination .sum {
    margin-right: 5px;
}

.pagination .sum b {
    color: #f10;
}

.pagination a,
.pagination span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    margin: 0 -1px 0 0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-style: normal;
}

.pagination .disabled span,
.pagination .active span {
    background-color: #AE9235;
    color: #fff;
    border: 1px solid #AE9235;
}

/* 分页 */

/*课程排期表格*/
.scampListDate {
    width: 1040px;
    margin: 0 auto 50px auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #dddddd;
    padding: 20px;
    border-radius: 6px;
    overflow-x: auto;
}

.scampListDateOrder {
    width: unset;
}

.scampListDate .name {
    font-size: 18px;
    font-weight: bold;
}

.scampListDate .desc {
    font-size: 14px;
    padding-bottom: 20px;
}

.scampListDate table {
    width: 100%;
    min-width: 500px;
    text-align: center;
    font-size: 12px;
}

.scampListDate th {
    padding: 5px 0;
}

.scampListDate td {
    padding: 5px 0;
}

@media screen and (max-width: 750px) {
    .scampListDate {
        width: unset;
        padding: 10px;
        margin: 0 10px 30px 10px;
    }
}

/*课程排期表格*/
