.subDe-head {
    margin-bottom: 20px;
}
.indestbox{
    width: 100%;
    border: 1px solid #3b68dc;
    /* border-radius: 10px; */
    min-height: 480px;
    text-align: left;
    background: #f5f5f5;
}

.leftImg {
    width: 680px;
    height: 400px;
    overflow: hidden;
}

.rightInfo {
    width: 400px;
    margin-left: 0px;
}

.subName {
    margin-top: 10px;
    font-size: 26px;
    color: #1f1f1f;
    line-height: 35px;
    height: 48px;
}

.teacherTag, .wayTag {
    height: 22px;
    line-height: 22px;
    width: 94px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-topdle;
}

.teacherTag {
    background: #ff9c92;
}

.wayTag {
    background: #80c75f;
}

.newPrice {
    font-size: 30px;
    color: #3b68dc;
    vertical-align: text-topdle;
}

.oldPrice {
    vertical-align: text-topdle;
    font-size: 18px;
    color: #676767;
    text-decoration: line-through;
    margin-left: 20px;
}

.info-row {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 7px;
}

.info-row button{
    
    background: -webkit-linear-gradient(#ffffff,#dfdfdf); 
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffffff,#dfdfdf);
     /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffffff,#dfdfdf); 
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffffff,#dfdfdf); 
    /* 标准的语法 */
    cursor: pointer;
    outline: none;
    width: 30px;
    /* padding: 2px; */
    border-radius: 2px;
    font-size: 18px;
    border:none;
    border:1px solid #C4C0C0;
}

.info-row input{
  
    width: 40px;
    font-size: 18px;
    text-align: center;
    border:none;
    border:1px solid #C4C0C0;
    /* box-shadow: 0px 0 13px rgba(100,100,100,.7); */
}


.priceWrap {
    margin-bottom: 15px;
    margin-top: 15px;
}

.rowHint {
    font-size: 12px;
    color: #f73737;
}

.btnWrap {
    width: 100%;
    padding: 25px 0 15px;
    border-bottom: 1px solid #3b68dc;
}

.btnWrap a {
    width: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
}

.bg-btn-1 {
    background: #3b68dc;
}

.bg-btn-2 {
    margin-left: 20px;
    background: #FFFFFF;
    color:#3b68dc!important;
    border: 1px solid #3b68dc;
}

.shareWrap {
    padding-top: 7px;
}

.eye-count {
    font-size: 20px;
    padding-left: 0px;
    line-height: 40px;
    /* background: url("../images/eyes-1.png") no-repeat 0 center; */
}

.eye-share {
    font-size: 20px;
    padding-left: 35px;
    margin-top: 10px;
}

.detailsTab {
    margin-top:25px;
    /* background: #FFFFFF; */
    overflow: hidden;
    padding-left: 15px;
}

.detailsTab li {
    margin:0 5px;
    float: left;
    cursor: pointer;
    padding: 0 35px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 10px;
    color: #868686;
    background: #d7dadc;
}

.detailsTab li.on {
    border-radius: 10px;
    background: #3b68dc;
    color: #ffffff;
}

.tabWindow {
    padding-bottom: 15px;
}

.tabWrap {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.markTit {
    height: 54px;
    width: 240px;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    line-height: 54px;
    margin: 15px 0 30px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #45d3b3;
}

.tit-p {
    position: absolute;
    left: -35px;
    bottom: -15px;
}

.textList {
    padding-left: 60px;
}

.textList li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #151515;
}

.textList li em {
    color: #ff8376;
}

.t1-bg li {
    background: url("../images/point-2.png") no-repeat 0 center;
}

.t2-bg li {
    background: url("../images/point-3.png") no-repeat 0 center;
}

.t4-bg li {
    background: url("../images/point-4.png") no-repeat 0 center;
}

.lb-hinter {
    margin-top: 5px;
    padding-left: 58px;
    font-size: 18px;
    line-height: 36px;
    color: #7ba5ff;
}

.lb-hinter img {
    margin-right: 10px;
}

.handleList {
    padding: 20px 0;
}

.handleList li {
    width: 204px;
    height: 365px;
    float: left;
    margin-right: 30px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.handleList li:last-child {
    margin-right: 0;
}

.stepImg {
    margin: 25px auto 20px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #ffa133;
    border: 3px solid #80c75f;
}

.hTit {
    font-size: 22px;
    line-height: 30px;
    color: #80c75f;
    margin-bottom: 20px;
}

.hde {
    font-size: 14px;
    line-height: 20px;
}

/*名师专家*/
.teacherList {
    padding: 0 25px;
}

.teacherList li {
    /* background: #ffffff; */
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    /* box-shadow: 0 0 20px 1px #e7e7e7; */
    /* 超出4行隐藏 */
    overflow:hidden; 
}

.Tleft {
    width: 220px;
    text-align: center;
    margin: 0 25px;
}

.Tright {
    padding-top: 0px;
    width: 825px;
}

.Timg {
    width: 214px;
    height: 214px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
}
.Timg>img {
    width: 100%;
}
.tName {
    font-size: 30px;
    color: #292929;
    margin: 15px 0;
}

.tTag span {
    display: inline-block;
    width: 105px;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
}

/*.tTag span:nth-child(even) {*/
    /*float: left;*/
/*}*/

/*.tTag span:nth-child(odd) {*/
    /*float: right;*/
/*}*/

.tTag span:nth-child(1) {
    background: #74e3cd;
}

.tTag span:nth-child(2) {
    background: #979cff;
}

.rt {
    color: #ff8600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.t-de {
    color: #292929;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.rt-tag {
    color:#868686;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
    overflow: hidden;
    /* display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    /* padding: 10px 5px 3px; */
    /* background: #fff1e1; */
}

.rt-tag span i {
    font-style: normal;
    color: #ff8600;
}

.rt-tag span {
    display: block;
    width: 300px;
    float: left;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

.rt-tag span:nth-child(2n) {
    margin-right: 0;
}

.Ting-2 {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
}

.evaRight {
    width: 960px;
    text-align: left;
    margin-left: 17px;
}

.evaluateList>li {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0;
    border-bottom: 1px solid #c3c3c3;
}

.evaluateList li:last-child {
    border-bottom: none;
}

.uName-1 {
    font-size: 20px;
    color: #ff9226;
}

.evaDe {
    font-size: 15px;
    line-height: 28px;
    color: #353535;
    text-align: justify;
}

.t2-data {
    margin: 10px 0;
}

.t2-data span {
    font-size: 14px;
    line-height: 28px;
    color: #353535;
    margin-right: 20px;
}

.t2-data img {
    vertical-align: text-top;
}

/*提交评论*/
.intWrap {
    padding: 40px 0px 0;
    margin-bottom: 25px;
}

.replyInt {
    display: block;
    height: 300px;
    outline: none;
    resize: none;
    padding: 15px;
    margin: 0px auto;
    width: 90%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #3b68dc;
}

.replySubmit {
    border: none;
    outline: none;
    width: 170px;
    height: 48px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 48px;
    background: #3b68dc;
    color: #ffffff;
}

.dataLeft {
    margin-left: 60px;
    padding: 10px 95px 30px;
    /* background: #fff6ec; */
}
.dataRight{
    margin-right: 50px;
}

.dataDownload {
    width: 380px;
}

.dataDownload li {
    /*padding: 12px 0;*/
    /*border-bottom: 1px solid #d4cec7;*/
}

.dataDownload li:last-child {
    border-bottom: none;
}

.dataDownload li a:visited {
    color: #3b68dc;
}

.dataDownload li a:link {
    color: #363636;
}

.file-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #ffb266;
}

.file-name {
    width: 275px;
    color: #363636;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.saoMa{
    margin-top: 35px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #3b68dc;
}

.detail-k-t{
    background: #3b68dc;
    margin: 10px auto;
    border-radius: 20px;
    line-height: 48px;
    width: 36%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-weight: lighter;
}

.detail-example{
    /* background: #3b68dc; */
    margin: 2px auto;
    border-radius: 20px;
    /* line-height: 16px; */
    width: 60%;
    /* text-align: center; */
    /* color: #FFFFFF; */
    /* letter-spacing: 2px; */
    /* font-weight: lighter; */
    
    font-family: '宋体';
}


.detail-example span{    
    font-family: '宋体';
}


.detail-example td,detail-example th{    
    /* border:1px solid #C5C4C4; */
    padding: 20px;
    /* border-radius: 10px 15px 20px 30px / 20px 30px 10px 15px!important; */
}


  

.detail-example strong span{    
    font-weight: bold;

}

.detail-example  span img{   
    width: 140px!important;
    height: 140px!important;
    border-radius: 200px!important;
}



.detail-k-c{
    /* background: #FFFFFF; */
    margin: 10px auto;
    border-radius: 20px;
    line-height: 48px;
    width: 36%;
    text-align: center;
    color: #434343;
    letter-spacing: 2px;
    font-weight: lighter;
}

.detail-round{
    /* width: 10px;
    height: 10px;
    border-radius: 10px;
    background:#3b68dc;
    margin:40px auto 10px;
    box-shadow:2px 2px 1px 1px rgb(162,162,162) ;
    -moz-box-shadow: 2px 2px 1px 1px rgb(162,162,162);
    -webkit-box-shadow: 2px 2px 1px 1px rgb(162,162,162); */
}
.detail-kc-cover{
    overflow: hidden;
}
.detail-kc-l{
    /* float: left; */
    margin: 20px auto;
    width: 70%;

    /* padding-bottom: 20px; */
    /* border-right:1px solid #3b68dc ;
    box-shadow:0.5px 0.5px 3px .5px rgb(162,162,162) ;
    -moz-box-shadow: 0.5px 0.5px 3px .5px rgb(162,162,162);
    -webkit-box-shadow: 0.5px 0.5px 3px .5px rgb(162,162,162);
    min-height: 270px;
    line-height: 20px; */
}
.detail-kc-l p{
    /* color:  #706B6B; */
    text-indent:2em;padding:0 2em;
    border-radius: 40px;
    line-height: 56px;
    margin-top: 10px;
    background: white;
    box-shadow: 10px 6px 18px -9px #706B6B;
}

.detail-kc-r{
    float: right;
    width: 580px;
    text-align: center;
}

.detail-bk{
    width: 80%;
    min-height: 328px;
    /* border: 1px solid #3b68dc; */
    border-radius: 10px;
    margin: 0px auto;
    text-align: left;
}
.detail-bk-word{
    width: 90%;
    /* padding: 30px 50px 30px 50px; */
    margin: auto;
    min-height: 288px;
}
.detail-feature{
    overflow: hidden;
}
.detail-feature-l{
    width: 80%;
    margin: 0px auto;
}
.detail-feature-wl{
    width: 40%;
    display: block;
    margin:  20px auto;
    background: #3b68dc;
    border-radius: 10px;
    text-align: center;
    color: white;

    /* margin-right: 20px; */
    padding: 10px 20px;
}


.detail-feature-in{
    width: 75%;
    display: block;
    margin:  20px auto;
    /* background: #3b68dc; */
    border-radius: 10px;
    text-align: center;
    color: #434343;

    /* margin-right: 20px; */
    padding: 10px 20px;
}
.detail-feature-r{
    float: left;
    width: 560px;
    font-weight: bold;
    min-height: 250px;
    line-height: 20px;
    position: relative;
    text-align: left;
    padding-top: 20px;
}
.detail-feature-wr{
    display: inline-block;
    max-width: 570px !important;
    background: #3b68dc;
    border-radius: 10px;
    text-align: left;
    color: white;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    padding: 15px 20px;
}
.pageSize-d{
    text-align: right;
    padding: 30px 10px;
    float: left;
    width: 95%;
}
.pageSize-d li{
    cursor: pointer;
    font-family: 宋体;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    color: #00b38a;
    padding: 0px 13px;
    background: transparent;
}
.pageSize-d li.on{
    background: #00b38a !important;
    color: white !important;
}
.pageSize-d li:hover{
    background:#00b38a ;
    color:white ;
}
.color-pp{
    color:rgb(127,127,127);
}


.trysub {
    width: 90%;
    margin: 0px auto;
    text-align: left;
}



/* 学习资料下载 */
.learns{
    width: 90%; 
    margin: 0px auto; 
    font-size: 20px;
    line-height: 68px;
    color:#434343;
    border-bottom: 1px solid #868686;
    margin-bottom: 20px;
}
.downlist{
    width: 90%; 
    margin: 0px auto; 
}
.downlist li{
    color: #434343;
    padding: 10px 0px;
    width: 95%; 
    margin: 0px auto; 
    font-size: 22px;
    line-height: 36px;
}
.downlist img{
    vertical-align: bottom;
    height: 36px;
    padding-right: 10px;
}

.downup{
    text-decoration :underline;
    cursor: pointer;
    border-radius: 10px;
    background: #3b68dc;
    color: #ffffff;
    float: right;
    padding: 0px 15px;
    line-height: 36px;
    font-size: 22px;
    /* margin: 0;
    padding: 0; */
    border: 1px solid transparent; 
     /* //自定义边框 */
    outline: none;   
     /* //消除默认点击蓝色边框效果 */
}



.ints{
    display: inline-block;
    vertical-align: text-toper;
}

.color-red{
    color: red;
    font-size: 26px;
}

.couserbg{
        background: url(https://file.viplgw.cn/ui/ielts/cn/images/classroom/ielts.png) center no-repeat;
        background-size:100% 100%;  
        width: 25%;
        height: 240px;
        float: left;
}