/* 脙茠脗楼脙鈥毭偮冣�毭偮济兤捗偮ッ冣�毭偮该冣�姑⑩偓聽脙茠脗陇脙鈥毭偮幻兟⒚⑩�毬偮姑兤捗偮冣�毭偮幻冣�毭偮� */
.dsjs_con {
    min-height: 5rem;
}

.dsjs_ser {
    margin-bottom: .4rem;
    background: url(../images/ds_s_bg.png) center no-repeat;
    border-top: #0856ac .03rem solid;
    background-size: 100% 100%;
    padding: .2rem .3rem .2rem .3rem;
}

.search-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    padding: .15rem 0;
}

.search-item {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.search-label {
    font-size: .16rem;
    color: #333;
    font-weight: 800;
    line-height: .28rem;
    margin-right: .1rem;
}

.search-select {
    width: 2.2rem;
    height: .36rem;
    padding: 0 .1rem;
    border: .01rem solid #ddd;
    border-radius: .04rem;
    font-size: .14rem;
    color: #9E9E9E;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s;
    border-radius: .05rem;
}

.search-select:focus {
    border-color: #0856ac;
}

.letter-row {
    display: flex;
    margin-bottom: .2rem;
    justify-content: flex-start;
}

.letter-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
}

.letter-btn {
    /* width: .28rem; */
    height: .34rem;
    line-height: .34rem;
    text-align: center;
    font-size: .16rem;
    color: #414141;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 .15rem;
}

.letter-btn:hover {
    background: #0856ac;
    color: #fff;
    background: linear-gradient(300deg, #0856AC 1%, #488DDA 99%);

}

.letter-btn.active {
    background: #0856ac;
    color: #fff;
    border-color: #1a5fb4;
    background: linear-gradient(300deg, #0856AC 1%, #488DDA 99%);

}

.btn-row {
    display: flex;
    justify-content: center;
    gap: .2rem;
    margin-bottom: .2rem;
    padding: .15rem 0;
}

.btn-confirm,
.btn-reset {
    width: 0.93rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    background: #1a5fb4;
    cursor: pointer;
    transition: background 0.3s;
    background: linear-gradient(290deg, #0856AC -1%, #488DDA 99%);
    border: none;
    border-radius: .02rem;
    border-radius: .02rem;
}

.btn-confirm:hover,
.btn-reset:hover {
    background: #154a91;
}

.btn-reset {
    background: #666;
    background: linear-gradient(290deg, #959595 -1%, #666666 99%);
}

.btn-reset:hover {
    background: #555;
}

.quick-search {
    display: flex;
    max-width: 7.3rem;
    margin: 0 auto;
    /* border: .01rem solid #ddd; */
    overflow: hidden;
    background: #ffff;
}

.search-input {
    flex: 1;
    height: .6rem;
    padding: 0 .15rem;
    font-size: .18rem;
    border: none;
    outline: none;
    box-sizing: border-box;
    border: 0.01rem solid #D4D4D4;
    border-top-left-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
}

.search-input::placeholder {
    color: #999;
}

.search-btn {
    width: .94rem;
    height: .6rem;
    line-height: .42rem;
    text-align: center;
    background: #0856AC;
    background: linear-gradient(303deg, #0856AC -1%, #488DDA 99%);
    border: 0.01rem solid #E8F1FB;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.search-btn:hover {
    background: #154a91;
    transition: all .3s;
}

.search-icon {
    font-size: .18rem;
    color: #fff;
}

.search-icon img {
    width: .34rem;
    height: .36rem;
}

.dsjs_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacher-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: .01rem solid #e8f1fb;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 48%;
    margin: .16rem 0;
    box-sizing: inherit;
    position: relative;
}

.teacher-card:hover {
    background: #1a5fb4;
    border-color: #1a5fb4;
    border: .01rem solid rgba(255, 255, 255, 1);
}

.card-header {
    position: relative;
}

.card-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .02rem;
    height: 50%;
    background: #83abd6;
}

.card-header:after {
    content: "";
    position: absolute;
    left: .01rem;
    bottom: -.01rem;
    height: .02rem;
    width: 30%;
    background: #83abd6;
}

.card-header .pic {
    width: 1.93rem;
    height: 2.73rem;
    margin-right: .3rem;
    overflow: hidden;
}

.teacher-card:hover .card-header .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.card-header a {
    display: flex;
    padding: .14rem;
    position: relative;
    position: relative;
}

.teacher-card:hover .card-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.avatar {
    width: 1.93rem;
    height: 2.73rem;
    object-fit: cover;
    margin-right: .15rem;
}

.card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: .2rem;
}

.teacher-name {
    font-size: .2rem;
    font-weight: bold;
    color: #111111;
    margin: .1rem 0 0 0;
    transition: color 0.3s ease;
}

.teacher-card:hover .teacher-name {
    color: #fff;
}

.teacher-title {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0856AC;
    margin-left: .1rem
}

.teacher-card:hover .teacher-title {
    color: #fff;
}

.like-btn {
    position: absolute;
    top: -.6rem;
    right: -.6rem;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    background: rgba(8, 86, 172, .2);
    border-radius: 50%;
    cursor: pointer;
    font-size: .16rem;
    transition: all 0.3s ease;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/tc_dzico1.png) no-repeat .27rem .72rem rgba(8, 86, 172, .05);
    background-size: .18rem .17rem;
}

.teacher-card:hover .like-btn {
    background: url(../images/tc_dzico2.png) no-repeat .27rem .72rem rgba(225, 225, 225, .2);
}

.like-btn.clicked {
    animation: likeClick 0.4s ease;
}

@keyframes likeClick {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.card-body {
    padding: .15rem 0;
}

.card-body p {
    margin: .0rem 0;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #707070;
}

.teacher-card:hover .card-body p {
    color: rgba(255, 255, 255, 0.9);
}

.card-body strong {
    color: #333;
    transition: color 0.3s ease;
    font-weight: normal;
}

.teacher-card:hover .card-body strong {
    color: #fff;
}

.card-footer {
    padding: .15rem 0;
    border-top: .01rem solid #e8e8e8;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0856AC;
    display: flex;
    justify-content: space-between;
}

.card-footer span {
    font-size: .24rem;
    font-weight: normal;
}

.teacher-card:hover .card-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

.view-detail {
    display: inline-flex;
    align-items: center;
    font-size: .14rem;
    color: #1a5fb4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teacher-card:hover .view-detail {
    color: #fff;
}

.view-detail span {
    margin-left: .05rem;
    transition: transform 0.3s ease;
}

.teacher-card:hover .view-detail span {
    transform: translateX(.05rem);
}

/* 脙茠脗楼脙垄芒鈥毬呪�溍冣�毭偮嵜兤捗偮ッ冣�毭偮好兟⒚⑩�毬偮澝兤捗偮ッ冣�毭偮济冣�毭偮徝兤捗偮冣�毭偮冣�毭偮久兤捗偮冣�毭偮冣�毭偮� */
@media (max-width: 900px) {
    .search-row {
        display: block;
    }

    .letter-row {}

    .letter-group {
        width: 100%;
        justify-content: flex-start;
    }

    .quick-search {}

    .dsjs_list {
        grid-template-columns: 1fr;
        display: block;
    }

    .avatar {
        width: 1.93rem;
        height: 2.73rem;
    }

    .teacher-name {}

    .search-select {
        flex: 1;
        min-width: 0;
    }

    .search-item {
        margin-bottom: .1rem;
    }

    .search-label {
        width: .8rem;
        text-align: right;
    }

    .teacher-card {
        width: 100%;
    }
}

.look_more {
    display: flex;
    justify-content: flex-end;
}

.look_more a {
    width: 1.31rem;
    height: .50rem;
    display: block;
    background: #2066B4;
    line-height: .5rem;
    border-radius: .08rem;
    font-size: .18rem;
    text-align: left;
    color: #fff;
    background: url(../images/ico_sye.png) .95rem center no-repeat #2066B4;
    padding-left: .2rem;
    margin-bottom: .3rem;
    transition: all .3s;
}

/* 脙茠脗楼脙鈥毭偮矫兟⒚⑩�毬偮⒚兤捗偮ッ冣�毭偮徝兟⒚⑩�毬⑩偓艙脙茠脗搂脙鈥毭偮幻冣�γ偮该兤捗偮冣�毭偮冣�毭偮� */
.tongji_con {
    padding: 0;
}

.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.filter-label {
    font-size: .16rem;
    color: #333;
    font-weight: 800;
    line-height: .28rem;
    margin-right: .1rem;
}

.filter-select {
    width: 2.2rem;
    height: .36rem;
    padding: 0 .1rem;
    border: .01rem solid #ddd;
    border-radius: .04rem;
    font-size: .14rem;
    color: #9E9E9E;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s;
    border-radius: .05rem;
}

.filter-select:focus {
    border-color: #1a5fb4;
}

.table-container {
    overflow-x: auto;
    margin-bottom: .15rem;
    width: 100%;
}

.tongji-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .14rem;
}

.tongji-table thead {
    background: url(../images/tj_titbg.png) #1a5fb4;
    background-size: 100% 100%;
}

.tongji-table thead th {
    padding: .12rem .15rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    line-height: .45rem;
    border: 1px solid #d8d8d8;
}

.tongji-table tr {
    border-bottom: .01rem solid #e8e8e8;
    transition: background-color 0.2s;
}


tbody tr:nth-child(even) {
    background-color: #f5f9ff;
}

.tongji-table tr.even {
    background-color: #fafafa;
}

.tongji-table tr.even:hover {
    background-color: #f5f9ff;
}

.tongji-table td {
    padding: .15rem .05rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #2E2E2E;
    border: 1px solid #d8d8d8;
    word-break: break-all;
    /* 脙楼芒鈧γ偮伱兟偮偮该兟ッ呪�溍偮兟っ偮幻偮幻兟γ⑩偓啪脗聫脙楼脗颅芒鈧�澝兟偮偮γ兟ッ偮っ⑩偓啪脙娄脗聧脗垄脙篓脗隆脜鈥� */
    white-space: normal;
}

.table-note {
    padding: .15rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0856AC;
}

.table-note p {
    margin: 0;
    font-size: .16rem;
    color: #0856AC;
    line-height: 1.6;
}

/* tongjichaxun */
@media (max-width: 900px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-select {
        width: 100%;
        flex: 1;
        min-width: 0;
    }

    .filter-item {
        width: 100%;
        margin-bottom: .1rem;
    }

    .tongji-table {
        border: 0;
        border-radius: 0rem;
    }

    .tongji-table {
        background: none;
    }

    .tongji-table {
        border: none;
    }

    .tongji-table,
    .tongji-table thead,
    .tongji-table tbody,
    .tongji-table th,
    .tongji-table td,
    .tongji-table tr {
        display: block;
    }

    .tongji-table thead tr {
        position: absolute;
        top: -99.99rem;
        left: -99.99rem;
    }

    .tongji-table tr {
        border: .01rem solid #0856ac;
        margin-bottom: .2rem;
        background: #fff;
    }

    .tongji-table td {
        min-height: .24rem;
        line-height: .24rem;
        border: none;
        border-bottom: .01rem solid #efefef;
        position: relative;
        padding: .05rem 0;
        padding-left: 11em;
        white-space: normal;
        text-align: left;
        font-size: 0.16rem;
    }

    .tongji-table td:before {
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem 0;
        width: 1.5rem;
        text-indent: .1rem;
        white-space: nowrap;
        text-align: left;
        background: #edf6ff;
    }

    .tongji-table td:before {
        content: attr(data-title);
    }
}

@media (max-width: 500px) {
    .teacher-name {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
.teacher-title {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0856AC;
    margin-left: .0rem;
}

}