.school-view-03 .v6-s-tab-item span {
    font-size: 16px;
    padding: 21px 0;
}
.school-view-03  .v6-s-tab {
    width: 1500px;
    height: 75px;
    border-bottom: 2px solid #E8E8E8;
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 206px;
}

.school-view-03 .v6-s-tab-item {
    cursor: pointer;
    display: inline-block;
}

.school-view-03 .v6-s-tab-item span {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    padding: 22px 0;
}

.school-view-03 .v6-s-tab-item span img {
    width: 32px;
    height: 32px;
}

.school-view-03 .v6-s-tab-item span em {
    font-style: normal;
    /*margin-left: 10px;*/
}

.school-view-03 .v6-s-tab-active span{
    border-bottom: 2px solid #DE1F26;
}

.school-view-03 .v6-s-tab-active span em {
    color: #DE1F26;
}
.study-banner-1 {
    /*padding-top: 30px;*/
}
.study-banner-1 .private-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}
.study-banner-1 .private-course .item {
    margin-bottom: 24px;
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    text-align: left;
    box-shadow: 0 0 15px 0 rgba(187, 187, 187, 0.32);
    box-sizing: border-box;
    padding: 16px 24px;
    border-radius: 23px;
    overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
    padding: 0;
}
.study-banner-1 .private-course .item img {
    margin: -16px -24px 0;
}
.study-banner-1 .private-course .item .title {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 2px;
    padding-top: 15px;
}
.study-banner-1 .private-course .item .desc {
    margin-bottom: 8px;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}
.study-banner-1 .private-course .item .desc,.private-course .item .progress {
    font-weight: 400;
    color: #767676;
    font-size: 15px;
    line-height: 30px;
}
.study-banner-1 .private-course .item .progress {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 14px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
/*.study-banner-1 .private-course .item .progress span{*/
/*    margin-right: 8px;*/
/*    padding-right: 8px;*/
/*    border-right: 1px solid #E6EBEE;*/
/*}*/


.study-banner-2 .video-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}
.study-banner-2 .video-course .item {
    margin-bottom: 24px;
    position: relative;
    width: calc(25% - 38px);
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(187, 187, 187, 0.32);
}
.study-banner-2 .video-course .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.study-banner-2 .video-course .item .desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 64px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    background: rgba(76, 76, 76, 0.7);
    box-sizing: border-box;
    padding: 20px 16px;
    line-height: 24px;
}

.study-banner-3 .utility-course {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    padding-top: 24px;
}
.study-banner-3 .utility-course .item {
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(50% - 24px);
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    box-sizing: border-box;
    padding: 14px;
    text-align: left;
    border: 1px solid #EEF4FE;
    border-radius: 15px;
}
.study-banner-3 .utility-course .item>img {
    width: 244px;
    flex: 0 0 244px;
    height: 148px;
    margin-right: 15px;
    border-radius: 12px;
}
.study-banner-3 .utility-course .item>.info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.study-banner-3 .utility-course .item .title {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: normal;
    line-height: 22px;
    height: 44px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.study-banner-3 .utility-course .item .desc {
    color: #767676;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 13px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.study-banner-3 .utility-course .item .progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
}
.study-banner-3 .utility-course .item .progress div {
    display: inline-flex;
    align-items: center;
}
.study-banner-3 .utility-course .item .progress .right {
    display: inline-flex;
    align-items: center;
    width: auto;
    color: #3080FF;
}
.study-banner-3 .utility-course .item .progress .right img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.study-lesson-more {
    text-align: left;
}
.study-lesson-more button {
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    color: #767676;
    font-size: 14px;
    cursor: pointer;
}
.study-lesson-more button img {
    width: 8px;
    margin-left: 8px;
}
.study-lesson-page-1 .private-course {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    padding-top: 60px;
}
.study-lesson-page-1 .private-course .item {
    margin-right: 20px;
    margin-bottom: 24px;
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    box-sizing: border-box;
    padding: 16px 24px;
    border-radius: 4px;
    overflow: hidden;
}
.study-lesson-page-1 .private-course .item img {
    margin: -16px -24px 0;
}
.study-lesson-page-1 .private-course .item .title {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    padding-top: 15px;
}
.study-lesson-page-1 .private-course .item .desc {
    margin-bottom: 8px;
}
.study-lesson-page-1 .private-course .item .desc,.private-course .item .progress {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
    line-height: 20px;
}
.study-lesson-page-1 .private-course .item .progress {
    display: inline-flex;
    align-items: center;
    line-height: 14px;
}
.study-lesson-page-1 .private-course .item .progress span{
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #E6EBEE;
}

.study-consult-box {
    display: flex;
    justify-content: space-between;
}
.study-consult-box {
    display: flex;
    justify-content: space-between;
}
.study-consult-box .v6-s-tab {
    display: flex;
    justify-content: space-between;
    padding: 0 148px;
    height: 37px;
    border-bottom: 1px solid #E6EBEE;
}
.study-consult-box .v6-s-tab-item {
    cursor: pointer;
    display: inline-block;
}

.study-consult-box .v6-s-tab-item span {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    padding: 0 0 8px;
}

.study-consult-box .v6-s-tab-item span img {
    width: 32px;
    height: 32px;
}

.study-consult-box .v6-s-tab-item span em {
    font-style: normal;
    font-weight: 500;
    /*margin-left: 10px;*/
}

.study-consult-box .v6-s-tab-active span{
    border-bottom: 2px solid #DE1F26;
}

.study-consult-box .v6-s-tab-active span em {
    color: #DE1F26;
}
.study-consult-box .left {
    width: 1100px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    /*padding: 0 16px;*/
}
.study-consult-box>.right {
    display: flex;
    flex-direction: column;
    width: 367px;
}
.study-consult-box .left .item {
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
    border: 1px solid #EEF4FE;
    border-radius: 21px;
}
.study-consult-box .left .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 616px;
}
.study-consult-box .left  .item img {
    width: 346px;
    margin-right: 20px;
    border-radius: 16px;
}
.study-consult-box .left  .item .title {
    padding-top: 12px;
    color: #1A1A1A;
    font-weight: 500;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.study-consult-box .left .item .desc {
    line-height: 20px;
    color: #767676;
    font-weight: normal;
    width: 616px;
    margin-bottom: 25px;
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    font-size: 17px;
}
.study-consult-box .left  .item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #767676;
}
.study-consult-box .left  .item .tag {
    display: inline-block;
    width: 93px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    background: #FFD7D8;
    color: #EA0000;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}
.study-consult-box .left  .item .date {
    margin-right: 16px;
    color: #999999;
    font-size: 16px;
}
.study-consult-box .left  .item .read {
    display: inline-flex;
    align-items: center;
    color: #3080FF;
    font-size: 16px;
    font-weight: normal;
}
.study-consult-box .left  .item .read img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.study-consult-box .panel {
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.study-consult-box .panel:last-child {
    margin-bottom: 0;
}
.study-consult-box .panel .title {
    box-sizing: border-box;
    padding: 30px 30px 10px;
    line-height: 22px;
    margin: -30px -30px 30px;
    color: #1A1A1A;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #E6EBEE;
}
.study-consult-box .study-right-panel-swiper {
    overflow: hidden;
}
.study-consult-box  .study-right-panel-swiper.top {
    padding-bottom: 20px;
}
.study-consult-box  .study-right-panel-swiper.top .swiper-slide {
    width: 280px;
    border-radius: 12px;
}
.study-consult-box  .study-right-panel-swiper.top .swiper-slide img {
    width: 100%;
}
.study-consult-box  .study-right-panel-swiper.top.swiper-instance .swiper-pagination {
    bottom: 0;
}
.study-consult-box .study-right-panel-swiper.swiper-instance .swiper-pagination li{
    width: 10px;
    transition: width 0.15s ease-in-out;
}
.study-consult-box .study-right-panel-swiper.swiper-instance .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
}
.study-consult-box .swiper-instance {
    position: relative;
}
.study-consult-box .swiper-instance .swiper-pagination {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.study-consult-box .swiper-instance .swiper-pagination li {
    height: 10px;
    width: 10px;
    background: #D8D8D8;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.study-consult-box .swiper-instance .swiper-pagination li:last-child {
    margin-right: 0;
}

.study-consult-box .swiper-instance .swiper-pagination .swiper-pagination-bullet-active {
    background: #DE1F26;
    width: 37px;
}
.study-consult-box .excellent-case {
    display: flex;
    flex-direction: column;
    width: 280px;
    border: 1px solid #EEF4FE;
    box-sizing: border-box;
    border-radius: 12px;
}
.study-consult-box .excellent-case .head-banner {
    margin-bottom: 16px;
}
.study-consult-box .excellent-case  .inner-box {
    box-sizing: border-box;
    padding: 22px;
}
.study-consult-box .excellent-case .head {
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.study-consult-box .excellent-case .head img{
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin-right: 10px;
}
.study-consult-box .excellent-case .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.study-consult-box .excellent-case .body .item {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    color: #767676;
    font-weight: 400;
}
.study-consult-box .excellent-case .body .num {
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 600;
}
.study-consult-box .excellent-case .body .item .name{
    font-size: 8px;
    color: #767676;
}
.study-consult-box .excellent-case .desc {
    font-weight: 400;
    font-size: 10px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 24px;
    color: #666666;
}
.study-consult-box .excellent-case .body a:nth-child(1) {
    display: flex;
    flex: 0 0 calc(100% - 85px);
    justify-content: space-between;
}
.study-consult-box .excellent-case .body a[href="../successfulCases.html"]{
    position: relative;
    display: inline-block;
    width: 70px;
    font-size: 12px;
    font-weight: 400;
    color: #3080FF;
}
.study-consult-box .excellent-case .body a[href="../successfulCases.html"]:after {
    position: absolute;
    right: 15px;
    top: 43%;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #106EFF;
    border-right: 1px solid #106EFF;
    transform: rotate(45deg) translate(0, -40%);
}
.study-consult-box .product-list {
    display: flex;
    flex-direction: column;
}
.study-consult-box .product-list .item {
    width: 307px;
    height: 112px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: url("../img/study/study-consult-right-product-bg.png") no-repeat scroll center center;
    background-size: cover;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 16px;
}
.study-consult-box .product-list .item img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}
.study-consult-box .product-list .item .product-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
}
.study-consult-box .product-list .item .desc {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.study-consult-box .panel .refresh {
    display: inline-flex;
    align-items: center;
    color: #3080FF;
    float: right;
    font-size: 16px;
    cursor: pointer;
}
.study-consult-box .panel .refresh img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

.study-consult-box .panel .hot-list {
    margin-top: -15px;
}
.study-consult-box .panel .hot-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #EEF4FE;
    border-radius: 12px;
    margin-bottom: 15px;
}
.study-consult-box .panel .hot-item .sub-title {
    line-height: 26px;
    color: #3D3D3D;
    font-weight: 400;
    font-size: 14px;
}
.study-consult-box .panel .hot-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 22px;
    font-size: 12px;
    color: #767676;
    margin-top: 6px;
}
.study-consult-box .panel .hot-item .info .num {
    display: inline-flex;
    align-items: center;
}
.study-consult-box .panel .hot-item .info .num img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.study-consult-box  .title-banner {
    margin-top: -64px;
}
.study-consult-box.post-wrapper  .left {
    background: transparent;
    padding: 0;
}
.study-consult-box  .title-banner img{
    width: 100%;
}
.study-consult-box  .post-footer-banner {
    display: block;
    margin: 16px auto;
    width: 100%;
}
.post-wrapper  .post-title {
    font-size: 20px;
    color: #1A1A1A;
    line-height: 64px;
    border-bottom: 1px solid #E8E8E8;
    font-weight: normal;
    margin: 0 0 24px;
    text-align: center;
}
.post-wrapper .post-content {
    padding: 60px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
}
.post-wrapper .post-content .main {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-bottom: 34px;
    text-align: left;
}
.post-wrapper .post-content .main img {
    max-width: 100%!important;
}
.post-wrapper .post-about {
    text-align: left;
    background-color: #ffffff;
    padding: 40px 60px;
    border-radius: 20px;
}
.post-wrapper .post-about-title{
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
.post-wrapper .post-about-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -38px;
    padding-top: 16px;
    box-sizing: border-box;
}
.post-wrapper .post-about-item {
    display: flex;
    width: calc(50% - 38px);
    margin-right: 38px;
    align-items: center;
    margin-bottom: 16px;
    border: 1px solid #EEF4FE;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
}
.post-wrapper .post-about-item img {
    width: 160px;
    margin-right: 10px;
    border-radius: 8px;
}
.post-wrapper .post-about-item .name {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 24px;
    margin-bottom: 4px;
}
.post-wrapper .post-about-item p {
    color: #767676;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 4px;
}
.post-wrapper .post-about-item .info {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 400;
    color: #999999;
}
.post-wrapper .post-about-item .info span:first-child {
    margin-right: 16px;
}
.post-wrapper .post-about-item .info .info-right {
    display: flex;
    align-items: center;
    color: #3080FF;
}
.post-wrapper .post-about-item .info .info-right img {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
.post-wrapper .post-wrapper .post-content p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-weight: 400;
    font-family: PingFang SC-Semibold, PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;;
}
.post-wrapper .post-wrapper .post-content img {
    margin: 16px 0!important;
    max-width: 100%!important;
}
.study-post-box {
    box-sizing: border-box;
    padding-top: 140px;
}
.post-wrapper  .title-banner {
    margin-top: -64px;
}
.study-wrapper {
    background: #f6f8f9;
    padding-bottom: 30px;
}
.study-consult-title-banner {
    padding-top: 130px;
    width: 1500px;
    margin: 0 auto 30px;
}
.study-consult-title-banner img {
    width: 100%;
}
.course-scan {
    transform: scale(1.1);
    transition-duration: 500ms;
}
.course-scan-index {
    transform: scale(1);
    transition-duration: 500ms;
}

@media screen and (max-width: 1650px) {
    .study-consult-title-banner{
        padding-top: 120px;
        width: 1300px;
    }
    .study-consult-box .left {
        width: 950px;
        padding: 22px;
        border-radius: 12px;
    }
    .study-consult-box>.right{
        width: 315px;
    }
    /*.study-consult-box .product-list .item img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
    .study-consult-box .product-list .item {
        width: 271px;
        height: 96px;
        background-size: contain;
    }
    .study-consult-box .product-list .item img {
        width: 55px;
        height: 55px;
        margin-right: 12px;
    }
    .study-consult-box .product-list .item .product-title {
        font-size: 16px;
    }
    .study-consult-box .product-list .item .desc {
        font-size: 13px;
    }
    .study-consult-box .panel {
        border-radius: 12px;
    }
    .study-consult-box .panel .title {
        font-size: 20px;
        padding: 22px 22px 10px;
        margin: -22px -22px 10px;
    }
    .study-consult-box .v6-s-tab-item span {
        font-size: 18px;
    }
    .study-consult-box .v6-s-tab {
        height: 35px;
    }
    .study-consult-box .panel {
        padding: 22px;
    }
    .study-consult-box .left .item {
        padding: 22px;
        margin-top: 22px;
    }
    .study-consult-box .left .item img {
        width: 246px;
    }
    .study-consult-box .left .item .title {
        font-size: 22px;
    }
    .study-consult-box .left .item .desc {
        width: 556px;
        font-size: 16px;
    }
    .study-consult-box .left .item .tag {
        font-size: 17px;
    }
    .study-consult-box .left .item .read {
        font-size: 15px;
    }
    .study-consult-box .study-right-panel-swiper.top .swiper-slide {
        width: 230px;
    }
    .study-consult-box .excellent-case .inner-box {
        padding: 12px 16px;
    }
    .study-consult-box .excellent-case .head-banner {
        margin-bottom: 8px;
    }
    .study-consult-box .panel .hot-list {
        margin-top: 0;
        padding-top: 4px;
    }
    .study-consult-box .panel .hot-item .sub-title {
        line-height: 22px;
    }
    .study-consult-box .panel .refresh {
        font-size: 14px;
    }
    .study-consult-box .panel .refresh img {
        width: 22px;
        height: 22px;
    }
    .post-wrapper .post-content {
        padding: 40px;
    }
    .post-wrapper .post-about {
        padding: 32px 32px;
    }
    .post-wrapper .post-about-item .name {
        font-size: 15px;
        line-height: 22px;
    }
    .post-wrapper .post-about-title {
        margin-bottom: 12px;
    }
    .post-wrapper .post-about-item p {
        line-height: 14px;
    }
}
@media screen and (max-width: 1420px) {
    .study-consult-title-banner{
        padding-top: 110px;
        width: 1100px;
    }
    .study-consult-box .left {
        width: 800px;
        padding: 16px;
        border-radius: 10px;
    }
    .study-consult-box>.right{
        width: 265px;
    }
    /*.study-consult-box .product-list .item img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
    .study-consult-box .product-list .item {
        width: 233px;
        height: 85px;
    }
    .study-consult-box .product-list .item .product-title {
        font-size: 14px;
    }
    .study-consult-box .product-list .item .desc {
        font-size: 12px;
    }
    .study-consult-box .product-list .item img {
        width: 50px;
        height: 50px;
        margin-right: 8px;
    }
    .study-consult-box .panel .title {
        font-size: 18px;
        padding: 16px 16px 10px;
        margin: -16px -16px 10px;
    }
    .study-consult-box .v6-s-tab-item span {
        font-size: 16px;
    }
    .study-consult-box .v6-s-tab {
        height: 32px;
    }
    .study-consult-box .panel {
        padding: 16px;
    }
    .study-consult-box .panel {
        border-radius: 8px;
    }
    .study-consult-box .left .item img {
        width: 226px;
    }
    .study-consult-box .left .item .title {
        font-size: 20px;
    }
    .study-consult-box .left .item .desc {
        width: 470px;
    }
    .study-consult-box .study-right-panel-swiper.top .swiper-slide {
        width: 200px;
    }
    .study-consult-box .excellent-case .inner-box {
        padding: 12px 12px;
    }
    .study-consult-box .excellent-case .head-banner {
        margin-bottom: 0;
    }
    .study-consult-box .panel .refresh {
        font-size: 13px;
    }
    .study-consult-box .panel .refresh img {
        width: 20px;
        height: 20px;
    }
    .post-wrapper .post-content {
        padding: 22px;
    }
    .post-wrapper .post-about {
        padding: 16px;
    }
    .post-wrapper .post-about-item .name {
        font-size: 14px;
        line-height: 20px;
    }
    .post-wrapper .post-about-title {
        margin-bottom: 0;
    }
    .post-wrapper .post-about-item p {
        line-height: 12px;
    }
    .study-consult-box .panel .title {
        font-size: 16px;
    }
}