body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #ffffff;
}
img {
    border: none;
    transition: 0s;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*
-webkit-animation: cxrotate 1.2s ease-in-out infinite alternate;
animation: cxrotate 1.2s ease-in-out infinite alternate;
*/
@keyframes cxrotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*banner*/
.teach-banner{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../image/banner-bg.jpg") no-repeat center top;
    height: 540px;
}
.teach-banner .teach-banner-video{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.teach-banner .teach-banner-video .teach-banner-video-play{
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #ffffff;
    opacity: 0;
}
.teach-banner .teach-banner-video:hover .teach-banner-video-play{opacity: 1;}
.teach-banner .teach-banner-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 393px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}
.teach-banner .teach-banner-lb .teach-banner-lb-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 393px;
    border-radius: 10px;
}
/*公共标题*/
.teach-public-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 50px auto;
}
.teach-public-title h2{
    font-size: 30px;
    font-weight: 500;
    color: #040404;
    line-height: 34px;
}
.teach-public-title h2 span{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #767575;
    margin-left: 5px;
}
.teach-public-title .teach-public-title-p{
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #B0AEAE;
    line-height: 22px;
    text-align: left;
}
.teach-goodness-ul{
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 81px;
    background: linear-gradient(180deg, #F4F5FA, #FFFFFF);
    box-shadow: 0px 2px 7px 0px rgba(235,237,246,0.82);
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 auto 40px;
}
.teach-goodness-ul li{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #EDEEF2;
    width: 315px;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #B0AEAE;
}
.teach-goodness-ul li i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    line-height: 26px;
    font-weight: 500;
    color: #058AFE;
    font-style: normal;
    margin-bottom: 8px;
}
.teach-goodness-ul li i img{
    display: inline-block;
    margin-right: 5px;
}
/*1*/
.teach-daren-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/2-bg.jpg") no-repeat center bottom;
    min-height: 500px;
    overflow: hidden;
}
.teach-daren-title{
    box-sizing: border-box;
    width: 1200px;
    margin: 50px auto -5px;
    text-align: left;
    padding-left: 10px;
}
.teach-daren-title .teach-daren-li-tag{
    display: inline-block;
    width: 140px;
    line-height: 30px;
    background: linear-gradient(-59deg, #01CFFE, #0583FE);
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 22px;
    letter-spacing: 3px;
    font-style: italic;
}
.teach-daren{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.teach-daren .teach-daren-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0 0 10px 1px #F3F4F8;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.teach-daren .teach-daren-li .teach-daren-li-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 131px;
    height: 131px;
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
}
.teach-daren .teach-daren-li .teach-daren-li-img img{
    width: 131px;
    height: 131px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.teach-daren .teach-daren-li .teach-daren-li-img .teach-daren-li-name{
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    min-width: 50px;
    margin-top: 111px;
    padding: 0 6px;
    background: linear-gradient(147deg, #0583FE, #01CFFE);
    position: relative;
    z-index: 1;
}
.teach-daren .teach-daren-li .teach-daren-li-txt{
    width: 196px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.teach-daren .teach-daren-li .teach-daren-li-txt .teach-daren-li-idea{
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/idea-lamp.png") no-repeat left center;
    height: 26px;
    width: 105px;
}
.teach-daren .teach-daren-li .teach-daren-li-txt span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #5D5C5C;
    line-height: 25px;
    margin: 5px 0;
}
.teach-daren .teach-daren-li .teach-daren-li-txt p{
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #B0AEAE;
    line-height: 24px;
    text-align: left;
    position: relative;
    height: 48px;
    overflow: hidden;
}
.teach-daren .teach-daren-li .teach-daren-li-txt p a{
    box-sizing: border-box;
    display: inline-block;
    color: #FF6612;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding-left: 3px;
}
.teach-daren .next-prev{
    display: none;
}
.teach-daren:hover .next-prev{
    display: block;
}
.teach-daren .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 16px;
    height: 27px;
    background-image:url("../image/3-lb-jt1.png");
    background-size: 100% 100%;
    left: 12px;
    top: 60%;
}
.teach-daren .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 16px;
    height: 27px;
    background-image:url("../image/3-lb-jt2.png");
    background-size: 100% 100%;
    right: 12px;
    top: 60%;
}
/*教研一体*/
.teach-daren-center .teach-goodness{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 10px auto 0;
}

/**/
.teach-daren-center .teach-team{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 20px auto;
}
.teach-daren-center .teach-team .teach-team-title{
    text-align: center;
    background: url("../image/1-title-bg.png") no-repeat center bottom;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
    line-height: 36px;
    height: 38px;
}
.teach-daren-center .teach-team .teach-team-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 70px;
}
.teach-daren-center .teach-team .teach-team-lb .teach-team-lb-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 210px;*/
    height: 296px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.teach-daren-center .teach-team .teach-team-lb .teach-team-lb-img{
    box-sizing: border-box;
    width: 100%;
    height: 202px;
}
.teach-daren-center .teach-team .teach-team-lb .teach-team-lb-txt{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: url("../image/2-teach-bg.jpg") no-repeat center bottom;
    background-size: 100% 100%;
    height: 96px;
    overflow: hidden;
}
.teach-daren-center .teach-team .teach-team-lb .teach-team-lb-txt b{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #010101;
    line-height: 22px;
}
.teach-daren-center .teach-team .teach-team-lb .teach-team-lb-txt span{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #838385;
    line-height: 18px;
}
.teach-daren-center .teach-team .teach-team-lb .swiper-slide{
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(1)!important;
    padding: 10px;
}
.teach-daren-center .teach-team .teach-team-lb .swiper-slide-active{
    transform: scale(1.16)!important;
    /*margin: 0 10px;*/
}
.teach-daren-center .teach-team .teach-team-lb .swiper-slide-active .teach-team-lb-li{
    box-shadow: 0 2px 10px 1px #E7E7ED;
}

.teach-daren-center .teach-team .teach-team-lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 62px;
    height: 25px;
    background-image:url("../image/1-left.png");
    background-size: 100% 100%;
    left: 530px;
    top: 98%;
}
.teach-daren-center .teach-team .teach-team-lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 62px;
    height: 25px;;
    background-image:url("../image/1-right.png");
    background-size: 100% 100%;
    right: 530px;
    top: 98%;
}
/*2严选讲师*/
.teach-choices-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.teach-xm-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
}
.teach-xm-center .teach-public-title2{
    margin: 30px auto;
}
.teach-choices-center .teach-choices{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.teach-choices-center .teach-choices .teach-choices-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 587px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #F4F6FA;
    padding: 12px;
    float: left;
    margin-right: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 15px;
}
.teach-choices-center .teach-choices .teach-choices-li:nth-child(2n){margin-right: 0;}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-img{
    width: 176px;
    height: 212px;
    border-radius: 10px;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt{
    box-sizing: border-box;
    width: 400px;
    margin-left: 10px;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-name{
    font-size: 24px;
    font-weight: 500;
    color: #020202;
    line-height: 28px;
    text-align: left;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-name span{
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-tag{
    font-size: 14px;
    color: #FD6410;
    line-height: 28px;
    text-align: left;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-tag span{
    box-sizing: border-box;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    background: #FEF4EF;
    border-radius: 5px;
    padding: 0 8px;
    margin-left: 5px;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-p{
    font-size: 14px;
    color: #767575;
    line-height: 26px;
    text-align: left;
}
.teach-choices-center .teach-choices .teach-choices-li .teach-choices-li-txt .teach-choices-li-js{
    box-sizing: border-box;
    width: 100%;
    height: 116px;
    border-top: 1px solid #E8EBF4;
    margin-top: 8px;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #767575;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
}
.teach-choices-center .teach-choices .teach-choices-li:hover .teach-choices-li-txt .teach-choices-li-js{
    overflow-y: auto;
}
.teach-choices-li-js::-webkit-scrollbar {
    width: 3px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #c5c5c5;
}
.teach-choices-li-js::-webkit-scrollbar-thumb {
    width: 6px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.teach-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.teach-project .teach-project-l{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 560px;
}
.teach-project .teach-project-l .teach-project-l-title{
    box-sizing: border-box;
    width: 100%;
    background: url("../image/3-title.png") no-repeat center;
    height: 49px;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}
.teach-project .teach-project-l .teach-project-l-title b{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
}
.teach-project .teach-project-l .teach-project-l-title img{
    position: absolute;
    top: 10px;
    right: 15px;
}
.teach-project .teach-project-l .teach-project-l-p{
    font-size: 14px;
    font-weight: 500;
    color: #767575;
    line-height: 18px;
    text-align: center;
    margin: 15px 0;
}
.teach-project .teach-project-l .teach-project-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 560px;
    padding: 16px 0;
}
.teach-project-l .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.teach-project-lb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.teach-project-lb .swiper-slide{
    overflow: hidden;
    transform: scale(0.8)!important;
    z-index: 1;
    opacity: 0.8;
}
.teach-project-lb .swiper-slide img{
    border-radius: 10px;
}
.teach-project-lb .swiper-slide-active {
    transform: scale(1) !important;
    z-index: 10;
    opacity: 1;
}
.teach-project-lb .swiper-button-prev {
    background:#ffffff url("../image/3-lb-jt1.png") no-repeat left 55%;
    width: 22px;
    height: 100%;
    left: 0;
    top: 15px;
    z-index: 20;
}
.teach-project-lb .swiper-button-next {
    background:#ffffff url("../image/3-lb-jt2.png") no-repeat right 55%;
    width: 22px;
    height: 100%;
    right: 0;
    top: 15px;
    z-index: 20;
}
.teach-project .teach-project-l .teach-project-l-js{
    box-sizing: border-box;
    width: 560px;
    background: #ffffff;
    box-shadow: 0 0 10px 2px #F3F4F8;
    border-radius: 10px;
    padding: 30px 15px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
}
.teach-project .teach-project-l .teach-project-l-js:before{
    content: "";
    width: 29px;
    height: 6px;
    background: #FF6612;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 20px;
}
.teach-project .teach-project-r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 627px;
    /*height: 527px;*/
    background: #ffffff url("../image/3-java.png") no-repeat 95% 95%;
    box-shadow: 0 0 10px 2px #F3F4F8;
    border-radius: 10px;
    padding: 0 20px 10px;
    overflow: hidden;
}
.teach-project .teach-project-r .teach-project-r-title{
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #050505;
    line-height: 30px;
    position: relative;
    margin: 10px 0;
}
.teach-project .teach-project-r .teach-project-r-title:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #0583FE;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.teach-project .teach-project-r .teach-project-r-ul1{
    box-sizing: border-box;
}
.teach-project .teach-project-r .teach-project-r-ul1 li{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 48px;
    background: linear-gradient(180deg, #EFF0F5, #FFFFFF);
    box-shadow: 0px 3px 3px 0px #E7E7EB, 0px 1px 0px 0px #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #585858;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.teach-project .teach-project-r .teach-project-r-ul1 li img{
    display: inline-block;
    margin-right: 10px;
}
.teach-project .teach-project-r .teach-project-r-ul2 li{
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #585858;
    line-height: 30px;
}
.teach-project .teach-project-r .teach-project-r-ul2 li span{
    display: inline-block;
    margin-right: 10px;
}
.teach-project .teach-project-r .teach-project-r-ul3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.teach-project .teach-project-r .teach-project-r-ul3 li{
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #767575;
    background: #F0F1F6;
    line-height: 30px;
    border-radius: 13px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.teach-project .teach-project-r .teach-project-r-ul3 li span{
    display: inline-block;
    margin-right: 5px;
    color: #FF6612;
}
.teach-project .teach-project-r .teach-project-r-lb{
    box-sizing: border-box;
    width: 100%;
    height: 386px;
    padding-bottom: 30px;
}
.teach-project .teach-project-r .teach-project-r-lb .teach-project-r-cp{
    box-sizing: border-box;
    width: 100%;
}
.teach-project .teach-project-r .teach-project-r-lb .teach-project-r-p1{
    box-sizing: border-box;
    display: inline-block;
    background: #FF6612;
    border-radius: 11px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    padding-right: 15px;
    margin-top: 10px;
}
.teach-project .teach-project-r .teach-project-r-lb .teach-project-r-p1 span{
    box-sizing: border-box;
    display: inline-block;
    min-width: 160px;
    color: #0583FE;
    border-radius: 10px;
    line-height: 46px;
    background: #F0F1F6;
    padding: 0 20px;
    margin-right: 15px;
    text-align: center;
}
.teach-project .teach-project-r .teach-project-r-lb .teach-project-r-p2{
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    line-height: 30px;
    text-align: left;
    margin: 15px 0;
}
.teach-project .teach-project-r .teach-project-r-lb .swiper-pagination-bullet{
    width: 60px;
    height: 3px;
    background: #F4F5FA;
    border-radius: 2px!important;
}
.teach-project .teach-project-r .teach-project-r-lb .swiper-pagination-bullet-active {
    background: #FF6612;
}
/*4学员评价*/
.teach-comment{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../image/4-bg.jpg") no-repeat center;
    height: 378px;
}
.teach-comment .teach-comment-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 60px;
}
.teach-comment .teach-comment-lb .teach-comment-lb-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teach-comment .teach-comment-lb .teach-comment-lb-li li{
    box-sizing: border-box;
    width: 281px;
    height: 151px;
    background: linear-gradient(141deg, #E9EBF3, #FFFFFF);
    box-shadow: 0 0 10px 2px #D1D5DF;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    line-height: 24px;
    text-align: left;
}
.teach-comment .teach-comment-lb .teach-comment-lb-li li p{
    box-sizing: border-box;
    width: 100%;
    height: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.teach-comment .teach-comment-lb .teach-comment-lb-li li span{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #349AFD;
}
.teach-comment .teach-comment-lb .teach-comment-lb-li li span img{
    display: inline-block;
    margin-right: 5px;
}
.teach-comment .teach-comment-lb .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #C8C9CE;
}
.teach-comment .teach-comment-lb .swiper-pagination-bullet-active {
    background: #A5A6AA;
}








