
.swiper-container-bg {
    padding: 15px;
}

.swiper-container-bg > .content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.swiper-container-bg > .content > .left > .list_content {
    height: auto;
    position: relative;
    z-index: 2;
}

.swiper-container-bg > .content > .left > .list_content > .list {
    height: auto;
    overflow: visible;
}

.swiper-container-bg > .content > .left > .list_content > .content {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    overflow: auto;
    display: none;
    box-shadow: 0 4px 16px rgba(58, 143, 212, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-top: 10px;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main {
    padding: 15px;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #2b7bb9;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eef3f9;
    padding-bottom: 8px;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list img {
    height: 63px;
    width: 110px;
    border-radius: 5px;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list > .item {
    display: inline-flex;
    margin: 6px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    vertical-align: top;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list > .item:hover {
    background-color: #f0f6fc;
    box-shadow: 0 1px 4px rgba(58, 143, 212, 0.1);
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list > .item > .right {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #4a5568;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list > .item > .right > .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 125px;
    overflow: hidden;
}

.swiper-container-bg > .content > .left > .list_content > .content > .main > .list > .item > .right > .price {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 125px;
    overflow: hidden;
}

.swiper-container-bg > .content > .left > .list_content > .list > .content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 15px;
    justify-content: center;
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 22px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
    border-left: none;
    background: rgba(58, 143, 212, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(58, 143, 212, 0.18);
    border-radius: 20px;
    color: #3a8fd4;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(58, 143, 212, 0.08);
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item > .icon {
    font-size: 0;
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
    margin-left: 6px;
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item > .icon::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid rgba(58, 143, 212, 0.5);
    border-right: 1.5px solid rgba(58, 143, 212, 0.5);
    transform: rotate(45deg);
    transition: all 0.25s ease;
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item:hover > .icon::before,
.swiper-container-bg > .content > .left > .list_content > .list > .content > .item.active > .icon::before {
    border-color: #ffffff;
    transform: rotate(45deg) translate(1px, -1px);
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item:hover {
    background: rgba(58, 143, 212, 0.25);
    border-color: rgba(58, 143, 212, 0.35);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(58, 143, 212, 0.15);
}

.swiper-container-bg > .content > .left > .list_content > .list > .content > .item.active {
    background: linear-gradient(135deg, #3a8fd4 0%, #5ba3e0 100%);
    border-color: #3a8fd4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(58, 143, 212, 0.25);
}

.swiper-container-bg > .content > .right {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.swiper-container-bg > .content > .left {
    width: 100%;
    height: auto;
    background: transparent;
    color: #FFFFFF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 14px;
    box-shadow: none;
    position: relative;
}

.swiper-container-bg > .content > .left::before {
    display: none;
}

.swiper-container-bg > .content.left > .list_content {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 1200px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 5px 20px #C6CED9;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/**
营销模块
 */
.marketing {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.marketing .item {
    height: 160px;
    width: 390px;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    padding: 45px 80px;
}

.marketing .item > .left {
    width: 120px;
}

.marketing .item > .right {
    width: calc(100% - 112px);
}

.marketing .item > .right .ico {
    height: 100%;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.marketing .item .title {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}

.marketing .item .hint {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    padding-top: 10px;
}

.marketing .item.member {
    background: linear-gradient(#fc5342 0%, #fd7280 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.marketing .item.seckill {
    background: linear-gradient(#fc6948 0%, #fda948 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.marketing .item.group {
    background: linear-gradient(#fc4564 0%, #fd6888 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.consult > .list .item {
    width: 386px;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    margin-right: 20px;
    cursor: pointer;
}

.consult > .list .item:nth-of-type(3n) {
    margin-right: 0 !important;
}

.consult > .list a:nth-of-type(3n) {
    margin-right: 0 !important;
}

.consult > .list .item > .middle > .default {
    margin-top: 10px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.consult > .list .item > .bottom {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #969696;
    padding: 0;
    height: 40px;
}

.consult > .list .item > .bottom img {
    width: auto !important;
    height: auto !important;
}

.consult > .list .item > .consult_peak {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.consult > .list .item > .consult_peak > .left > .vertical {
    display: inline-block;
    width: 4px;
    height: 18px;
    opacity: 1;
    background: #38daa6;
    margin-right: 10px;
}

.consult > .list .item > .consult_peak > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.consult > .list .item > .consult_peak > div.left {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.consult > .list .item > .consult_peak > div.right {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}

.consult > .list .item > .consult_peak > div.right a {
    margin-right: 0 !important;
}

.consult > .list .item > .consult_peak > div.right img {
    vertical-align: sub;
    position: relative;
    bottom: 1px;
}

.consult > .list .item > .middle {
    padding: 0;
}

.consult > .list .item > .top > .img {
    border-radius: 5px;
}

.consult > .list .item > .top {
    margin: 10px auto;
    height: 168px;
}

.consult > .list .item > .middle {
    height: 70px;
}


.teacher > .list .item {
    height: 370px;
}

.teacher > .list .item > .top > .head > .border {
    width: 95px;
    height: 95px;
    border: 2px solid #E2E2E2;
    border-radius: 50px;
    margin: auto;
    display: flex;
    display: -webkit-flex;

}

.teacher > .list .item > .top {
    height: auto !important;
    text-align: center;
}

.teacher > .list .item > .top .head {
    padding-top: 30px;
    padding-bottom: 20px;
}

.teacher > .list .item > .top .name {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    padding-bottom: 20px
}

.teacher > .list .item > .top > .tag {
    padding-bottom: 20px;
    min-height: 50px;
}

.teacher > .list .item > .top > .tag > .tag_style {
    background-color: #FC602B;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding: 5px 10px;
}

.teacher > .list .item > .top > .head .image {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.teacher > .list .item > .bottom {
    height: 100px;
}

.teacher > .list .item > .bottom .introduce {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}

.image_text_list > .title_v2 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.image_text_list > .title_v3 {
    display: flex;
    justify-content: space-between;
    line-height: 80px;
}

.image_text_list > .title_v3 > .left > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 24px;
}

.image_text_list > .title_v3 > .left > img {
    vertical-align: middle;
}

.image_text_list > .title_v3 > .right a {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #989898;
}

.container_v2{

}

.image_text_list > .more {
    overflow: auto;
}

.image_text_list > .more > .more_info {
    width: 120px;
    height: 44px;
    opacity: 1;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    text-align: center;
    line-height: 44px;
    margin: 20px auto 40px auto;
}

.image_text_list > .more > .more_info a {
    color: #b4b4b4 !important;
}

.image_text_list > .title_v2 > .top {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
}

.image_text_list > .title_v2 > .top span {
    padding: 0 20px;
}

.image_text_list > .title_v2 > .bottom {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    margin-top: 10px;
}

.strength {

}

.strength > .list {
    background-image: url(/static/student/images/v2/index/strength.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.strength > .list > .item_strength {
    width: 25%;
}

.strength > .list > .item_strength > .num {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}

.strength > .list > .item_strength > .num > span {
    font-size: 30px;
}

.strength > .list > .item_strength > .hint {
    font-size: 18px;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.honor > .list {
    background-image: none;
}

.honor > .list > .item_strength > .certificate > .img {
    display: inline-block;
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 -30px;
}

.honor > .list > .item_strength > .certificate > img {
    height: 130px;
}

.teacher_bg {
    background-image: url(/static/student/images/v2/index/teacher_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.teacher > .title_v2 {
    padding-top: 100px;
}

.teacher > .title_v2 > .top {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.teacher > .title_v2 > .bottom {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.teacher > .more > .more_info {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.teacher > .more > .more_info > a {
    color: #ffffff !important;
}

.teacher > .list .item > .top .head > .v {
    position: absolute;
    top: 99px;
    right: 94px;
}

.exam > .list .item > .middle {
    height: 50px;
}

.exam > .list .item > .bottom {
    color: #969696;
}


.press > .list .item > .middle {
    height: 50px;
}

.press > .list .item > .bottom img {
    border-radius: 0;
}

.press > .list .item > .bottom span.count {
    vertical-align: middle;
}

.image_text_list.evaluate > .list {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.image_text_list.evaluate > .list .main_list {
    display: flex;
    justify-content: space-between;
}

.image_text_list.evaluate > .list .main_list > .item {
    margin-top: 20px;
    border-radius: 10px;
}

.image_text_list.evaluate > .list .main_list > .item > .top {
    height: auto;
    padding: 0 10px;
}

.image_text_list.evaluate > .list .main_list > .item > .middle {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    margin: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #646464;
    line-height: 18px;
}

.image_text_list.evaluate > .list .main_list > .item > .top > .img_border {
    display: inline-block;
    height: 57px;
    width: 57px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -15px;
    background-color: #FFFFFF;
}

.image_text_list.evaluate > .list .main_list > .item > .top > .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 70%;
    font-size: 12px;
    font-weight: 400;
    color: #989898;
}

.image_text_list.evaluate > .list .main_list > .item > .top > .img_border > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #e9e9e9;
}

.swiper-container-evaluate {
    width: 1200px;
}

.swiper-container-evaluate .swiper-pagination-evaluate {
    position: absolute;
    text-align: center;
}

.swiper-container-evaluate .swiper-pagination-evaluate .swiper-pagination-bullet-active {
    background: #3e96fb;
}

.image_text_list.evaluate > .list .main_list > .item > .bottom > a {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #3e96fb;
    line-height: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.verdict {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #F4F7FB;
}

.verdict > .content > .top {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    line-height: 100px;
}

.verdict > .content > .bottom > button {
    width: 320px;
    height: 50px;
    background: #3e96fb;
    border-radius: 25px;
    color: #FFFFFF;
    border: none;
    margin: 50px 0;
    font-size: 20px;
}

.verdict > .content > .middle > .img_border {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-left: -25px;
}

.verdict > .content > .middle > .img_border > img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    margin-top: 3px;
}

.marquee-wrapper {
    width: 100%;
    margin: 0;
    overflow: visible;
    position: relative;
    padding: 0;
    background: #ffffff;
}

.marquee-wrapper .marquee-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(180deg, 
        rgba(59, 130, 246, 0.2) 0%, 
        rgba(59, 130, 246, 0.15) 30%, 
        rgba(59, 130, 246, 0.08) 60%, 
        rgba(59, 130, 246, 0.02) 80%, 
        rgba(59, 130, 246, 0) 100%);
    z-index: 0;
}

.marquee-wrapper .mask-left {
    display: none;
}

.marquee-wrapper .mask-right {
    display: none;
}

.marquee-wrapper .mask-top {
    display: none;
}

.marquee-wrapper .cc-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0 60px 0;
    z-index: 0;
    position: relative;
}

.marquee-wrapper .cc-brand .cc-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.marquee-wrapper .cc-brand .cc-logo {
    flex-shrink: 0;
}

.marquee-wrapper .cc-brand .cc-logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.marquee-wrapper .cc-brand .cc-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.marquee-wrapper .cc-brand .cc-title .highlight {
    color: #3f66ff;
    margin: 0 4px;
}

.marquee-wrapper .cc-brand .cc-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #666666;
    margin-top: 10px;
}

.marquee-wrapper .cc-brand .cc-search {
    margin-top: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.marquee-wrapper .cc-brand .cc-search .search-input {
    border-radius: 25px;
    outline: none;
    width: 400px;
    height: 50px;
    border: 2px solid #DCDCDC;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.marquee-wrapper .cc-brand .cc-search .search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.marquee-wrapper .cc-brand .cc-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}