/* 名校案例展示 */

.case {
    width: 100%;
    overflow: hidden;
}

.caseChange {
    width: 100%;
    border-bottom: 2px solid #cbcbcb;
    position: absolute;
    top: 214px;
    left: 0;
    z-index: 2;
}

.caseChange p {
    display: inline-block;
    font-size: 20px;
    color: #686868;
    padding-bottom: 23px;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.caseChange p:first-child {
    margin-left: 215px;
}

.caseChange p.active {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.caseChange p.active:before {
    content: "";
    width: 84px;
}

.caseChange p:before {
    content: "";
    width: 0;
    height: 4px;
    background: #303030;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    transition: all 0.6s;
}

.caseChange p:nth-child(2) {
    display: inline-block;
    margin: 0 229px;
}

.caseChange p:hover {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.changeBox {
    margin-top: 120px;
    position: relative;
}

.changeBox > div {
    display: none;
    transition: all .5s;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

table thead {
    width: 100%;
    height: 30px;
    background: #3d8bfd;
    box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}

table tr {
    padding: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
}

table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tbody tr td {
    font-size: 15px;
    color: #404040;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

tbody {
    display: block;
    height: 640px;
    overflow-y: auto;
    /* // 为了滚动顺畅  */
    -webkit-overflow-scrolling: touch;
}

/* tbody tr:nth-child(odd) {
    height: 30px;
    background: #fff;
} */

tbody .news {
    position: relative;
}

tbody .news:after {
    content: "";
    width: 46px;
    height: 18px;
    background: url('/liuxue/img/index/new.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 8px;
}

tbody tr {
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
    border-radius: 2px;
    margin-bottom: 10px;
    transition: all .5s;
}

tbody tr:hover {
    background: #6ea8fe;
}

tbody tr:hover td {
    color: #fff;
}

.tables tbody::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    height: 100%;
}

.tables tbody::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #6ea8fe;
}

.tables tbody::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 5px;
    background: #fff;
}

.caseLists {
    width: 100%;
    height: 662px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.caseMask {
    width: 100%;
    height: 104px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.caseMask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseLeft {
    width: 69px;
    text-align: center;
    margin-top: 52px;
    margin-left: 52px;
}

.caseLeft img {
    width: 69px;
    height: 69px;
    object-fit: cover;
    display: block;
}

.caseLeft p {
    font-size: 20px;
    font-weight: bold;
    color: #212121;
}

.caseRight {
    width: 981px;
    margin-top: 68px;
    margin-right: 46px;
}

.caseRight > span {
    margin-top: 10px;
    font-size: 15px;
    display: block;
    color: #5F5F5F;
}

.grade {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #CECECE;
}

.grade span {
    font-size: 15px;
    color: #5F5F5F;
    margin-right: 20px;
}

.caseRight .firH {
    margin-top: 30px;
}

.caseRight h5 {
    color: #6ea8fe;
    font-size: 16px;
    margin-top: 20px;
}

.activities {
    width: 100%;
    margin-top: 10px;
}

.activities span {
    font-size: 15px;
    color: #5F5F5F;
    margin-right: 30px;
}

.advance {
    width: 100%;
    margin-top: 10px;
}

.advance span {
    font-size: 15px;
    color: #5F5F5F;
    margin-right: 30px;
}

.apply {
    width: 100%;
    margin-top: 10px;
}

.apply span {
    display: block;
    font-size: 15px;
    color: #5F5F5F;
    margin-right: 30px;
    margin-bottom: 5px;
}

.notice {
    font-size: 15px;
    color: #5F5F5F;
    margin-top: 10px;
}

.student_success {
    position: relative;
}

.caseCircle:nth-of-type(1) {
    width: 62px;
    height: 61px;
    background: #3d8bfd;
    border-radius: 50%;
    opacity: 0.79;
    position: absolute;
    top: 178px;
    left: 77px;
}

.caseCircle:nth-of-type(2) {
    width: 70px;
    height: 70px;
    background: #FFE91F;
    border-radius: 50%;
    opacity: 0.79;
    position: absolute;
    top: 444px;
    left: 133px;
}

.caseCircle:nth-of-type(3) {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3d8bfd;
    opacity: 0.79;
    position: absolute;
    top: 560px;
    left: 197px;
}

.student_success .fl {
    width: 381px;
    position: relative;
}

.student_success .fl div {
    width: 119px;
    height: 119px;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student_success .fl div.active {
    border: 7px solid #0d6efd;
    box-shadow: 0px 16px 44px 0px rgba(13, 110, 253, 0.4);
}

.student_success .fl div:hover {
    border: 7px solid #0d6efd;
    box-shadow: 0px 16px 44px 0px rgba(13, 110, 253, 0.4);
}

.student_success .fl div img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.student_success .fl div:nth-child(1) {
    position: absolute;
    left: 23px;
    top: 13px;
}

.student_success .fl div:nth-child(2) {
    position: absolute;
    left: 7px;
    top: 195px;
}

.student_success .fl div:nth-child(3) {
    position: absolute;
    left: 207px;
    top: 125px;
}

.student_success .fl div:nth-child(4) {
    position: absolute;
    left: 149px;
    top: 305px;
}

.student_success .fl div:nth-child(5) {
    position: absolute;
    left: 50px;
    top: 400px;
}

.student_success .fr {
    width: 774px;
}

.caseList {
    width: 100%;
    height: 700px;
    /* height: 667px; */
    background: #fff;
    border: 1px solid #E5E5E5;
}

.caseTop {
    width: 735px;
    height: 177px;
    padding: 0 0 0 40px;
    background: url('/liuxue/img/index/c_bg.png') no-repeat center;
    background-size: cover;
}

.caseTop p {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 30px 0 10px 0;
}

.caseTop span {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
    margin-left: 10px;
    display: block;
}

.caseTop span:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 14px;
}

.caseBottom {
    width: 692px;
    height: 460px;
    padding: 30px 33px 40px 50px;
}

.caseBottom h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0d6efd;
    position: relative;
    margin-bottom: 5px;
}

.caseBottom h4.hs4 {
    margin-top: 20px;
}

.caseBottom h4:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 14px;
}

.caseBottom p {
    font-size: 14px;
    font-weight: normal;
    color: #43464E;
    line-height: 24px;
}

.thanksXin .swiper-container {
    height: 100%;
}

.student_success .swiper-pagination {
    width: 100%;
    margin-top: 30px;
    left: -80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.student_success .swiper-pagination,
.thanksXin .swiper-pagination {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.student_success .swiper-pagination-bullet,
.thanksXin .swiper-pagination-bullet {
    width: 30px;
    height: 7px;
    background: #B7B7B7;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
}

.student_success .swiper-pagination-bullet-active,
.thanksXin .swiper-pagination-bullet-active {
    background: #6ea8fe;
}

.caseList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    height: 100%;
}

.caseList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #ddd;
}

.caseList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 5px;
    background: #fff;
}

.flipbook-viewport {
    overflow: initial !important;
}

.thanksBox {
    width: 518px;
    height: 628px;
    background: #FFFFFF;
    box-shadow: 0px 8px 48px -19px rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
}

.thanksBox > div {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
    box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    -webkit-transition: -webkit-box-shadow 0.5s;
}

.thanksLogo {
    width: 470px;
    height: 97px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.thanksLogo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/liuxue/img/index/t_bg.png') no-repeat center;
    background-size: cover;
}

.thanksLogo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 124px;
    background: url('/liuxue/img/index/sheep.png') no-repeat center;
    background-size: cover;
}

.thanksLogo p {
    color: #585858;
    font-size: 15px;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    left: 90px;
    top: 60px;
}

.thanksBox span {
    display: block;
    width: 450px;
    margin: 10px auto 0;
    text-align: right;
    color: #5F5F5F;
    font-size: 14px;
    text-indent: -10px;
    font-weight: normal;
}

.schoolLogo {
    width: 123px;
    height: 136px;
    background: url('/liuxue/img/index/school_bg.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 90px;
}

.schoolLogo .logos_school {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: block;
    margin: 0 auto !important;
    margin-top: 76px !important;
}

.schoolLogo p {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.thankDetail p {
    margin-top: 72px;
    margin-left: 65px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
    border-left: 1px solid #979797;
    text-align: left;
    padding-left: 11px;
}

textarea {
    resize: none;
    outline: none;
}

.information {
    display: inline-block;
    width: 470px;
    /* height: 470px; */
    margin-top: 30px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    line-height: 26px;
    overflow: hidden;
    text-align: left;
}

.thanksBox > div:nth-child(2) .information {
    margin-top: 72px;
}

.informations {
    display: inline-block;
    width: 470px;
    height: 470px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    line-height: 26px;
    margin: 65px 0 65px 65px;
    overflow: hidden;
}

.thankLogo {
    width: 471px;
    height: 91px;
    background: url('/liuxue/img/index/t_bg.png') no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    left: 65px;
}

.thankLogo img {
    width: 78px;
    height: 124px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.thankLogo p {
    font-size: 15px;
    font-weight: normal;
    color: #585858;
    margin: 63px 0 0 73px;
}

.changeBox > div.active {
    display: block;
    animation: scale 1s forwards;
}

@keyframes scale {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.shareBtns {
    position: absolute;
    right: 0;
    top: 0;
    width: 89px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #4B4B4B;
    text-align: center;
    transition: all .5s;
    z-index: 13;
}

.shareBtns span {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #4B4B4B;
}

.shareBtns:hover {
    background: #6ea8fe;
    border: 1px solid #6ea8fe;
}

.shareBtns:hover span {
    color: #fff;
}