.new-exam-training-sel-course-container {
    width: var(--view-4);
    margin: 0 auto;
}

.blue-font {
    color: var(--color-bg-brand-blue)
}

.red-font {
    color: var(--color-bg-brand-red)
}

.fs34 {
    font-size: 34px;
}

.fw-bold {
    font-weight: bold;
}

.flex-c-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0;
}

.search-wrap {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--color-bg-brand-blue);
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border-right: 0;
}

.search-input-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 50px;
    color: #fff;
    background-color: var(--color-bg-brand-blue);
    border-radius: 25px;
    user-select: none;
    cursor: pointer;
}

.searchInputWrap {
    border: 0;
    background: transparent;
    padding-left: 20px;
    width: 75%;

}

input::placeholder {
    color: var(--color-bg-brand-blue); /* 设置占位符文本的颜色 */
}

.is-tab--active {
    color: #fff !important;
    background-color: var(--color-bg-brand-blue) !important;
    border-radius: 30px;
}

.common-options-wrap {
    display: flex;

}

.common-options-label {
    display: flex;
    align-items: center;
    color: var(--color-bg-brand-blue);
    font-size: 23px;
    min-width: 134px;
    height: 68px;
}

.common-options-item-container {
    display: flex;
    flex-wrap: wrap;
}

.common-option-item {
    padding: 9px 25px;
    font-size: 23px;
    margin: 10px 10px 10px;
}

/*查询条件*/
.search-condition--wrap {
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-shadow: 0 0 12px rgba(0 0 0 /12%);
    height: 60px;
    border-radius: 30px;
    margin: 55px 0 40px;
    box-sizing: border-box;
}

.search-condition-item {
    margin-right: 30px;
    font-size: 22px;
    font-family: 'HarmonyOS_Sans_SC_Regular' !important;
    cursor: pointer;
    user-select: none;
}

.search-condition-icon {
    display: inline-block;
    transition: all .3s;
}

.is-search-item--active {
    color: var(--color-bg-brand-red) !important;
}

.is--desc {
}

.is--asc {
    transform: rotateX(180deg);
}

.course-list-wrap {
    display: flex;
    flex-direction: column;
}

.live-course-wrap {
    display: flex;
    flex-direction: column;
}

.course-item--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.course-img-wrap {
    position: relative;
    width: 325px;
    height: 200px;
}

.course-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.preview-course-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    /* text-align: center; */
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
}

.preview-course-btn img {
    width: 20px;
    height: 20px;
}

.course-img-wrap:hover .preview-course-btn {
    display: flex !important;
}

.course-desc--wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 679px;
    height: 187px;
}

.course-desc--wrap p:first-child {
    text-align: left;
    font-size: 23px;
}

.course-desc--wrap p:last-child {
    color: #9d9d9d;
    text-align: left;
}

.buy-now-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 50px;
    background-color: var(--color-bg-brand-red);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 20px;
}

/*弹出层*/
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.overlay-modal {
    position: absolute;

    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
    border-radius: 6px;
    text-align: center;
    transform: translate(-50%, -50%);

}

.close-dialog-btn {
    cursor: pointer;
}

.bind-phone-input-wrap {
    position: relative;
    width: 550px;
    height: 50px;
    margin: 20px 0;
}

.bind-phone-input-wrap input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid var(--color-bg-brand-blue);
    text-indent: 1.4rem;
}

#dialogSendCode {
    position: absolute;
    right: -2px;
    top: 0px;
    width: 150px;
    display: flex;
    height: 52px;
    text-align: center;
    background-color: var(--color-bg-brand-blue);
    color: #fff;
    border: 1px solid #E2E2E2;
    justify-content: center;
    align-items: center;
}

/*确认取消按钮*/
.dialog-confirm-btn, .dialog-cancel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 50px;
    border-radius: 6px;
    cursor: pointer;
}

.dialog-confirm-btn {
    color: #fff;
    background-color: var(--color-bg-brand-blue);
    margin-right: 25px;
}

.dialog-cancel-btn {
    color: #999999;
    background-color: #eeeeee;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b5b5b5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b5b5b5;
}

/*el组件样式*/
.el-dialog__header {
    padding: 20px;
    padding-bottom: 10px;
    margin-right: 16px;
}

.el-dialog__title {
    line-height: 24px;;
    font-size: 18px;
    color: #303133;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
    font-size: inherit;
}

.el-icon svg {
    height: 1em;
    width: 1em;
}

.el-dialog__body {
    padding: calc(20px + 10px) 20px;
    color: #606266;
    font-size: 14px;
}

.el-dialog__footer {
    padding: 20px;
    padding-top: 10px;
    text-align: right;
    box-sizing: border-box;
}

.bind-phone__title {
    color: var(--color-bg-brand-blue);
    font-size: 25px;

}

#cancelEnrollDialog textarea {
    width: 550px;
    height: 140px;
    resize: none;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 20px;
    padding: 14px;
}

#bindPhoneDialog {
    display: none;
    width: 600px;
    height: 400px;
}

#enrollSuccessDialog {
    display: none;
    width: 220px;
    height: 310px;
}

#cancelEnrollDialog {
    display: none;
    width: 600px;
    height: 400px;
}