
.bookLesson_box{
    margin-top: 90px;
    text-align: center;
}
.bookLesson_box .tit_box h5{
    font-size: 30px;
	letter-spacing: 1px;
    color: #333333;
}
.bookLesson_box .tit_box{
    position: relative;
}
.bookLesson_box .tit_box p{
    width: 140px;
	height: 2px;
	background-color: #e04946;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    
}
.bookLesson_box .tit_box p span{
    width: 30px;
	height: 6px;
	background-color: #e04946;
    border-radius: 1px;
    position: absolute;
    top: -2px;
}
.bookLesson_box .tit_box p.line_l{
    left: 250px;
    transform: translateY(-50%);
}   
.bookLesson_box .tit_box p.line_l span{
    right: 0;
    left: auto;
}
.bookLesson_box .tit_box p.line_r{
    left: auto;
    right: 250px;
    transform: translateY(-50%);
}   

.bookLesson_box .tit_box p.line_r span{
    left: 0;
}
.bookLesson_box .inner_box{
    width: 1200px;
    height: 430px;
    padding: 20px 30px;
    box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    margin-top: 50px;
}
.bookLesson_box .inner_box .top{
    display: flex;
    justify-content: space-between;
}
.bookLesson_box .inner_box .top img{
    width: 270px;
	height: 176px;
}
.bookLesson_box .inner_box .price{
    width: 1138px;
	height: 100px;
	background-color: #f6f7f9;
    border-radius: 6px;
    margin: 20px auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.bookLesson_box .inner_box .price .box{
    width: 180px;
    padding: 0 .20rem;
    box-sizing: border-box;
	height: 80px;
	background-color: #ffffff;
	border-radius: 6px;
    border: solid 1px #e5e5e5;
    text-align: center;
}
.bookLesson_box .inner_box .price .box h5{
    font-size: 18px;
	letter-spacing: 1px;
    color: #666666;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookLesson_box .inner_box .price .box p{
    font-size: 14px;
	color: #dd1b17;
}
.bookLesson_box .inner_box .price .box p span{
    font-size: 28px;
    color: #dd1b17;
}
.bookLesson_box .inner_box .price span.symbol{
    font-size: 20px;
    color: #666666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.bookLesson_box .inner_box .price span.sp1{
    left: 215px;
}
.bookLesson_box .inner_box .price span.sp2{
    left: 446px;
}
.bookLesson_box .inner_box .price span.sp3{
    left: auto;
    right: 448px;
}
.bookLesson_box .inner_box .price span.sp4{
    left: auto;
    right: 218px;
}
.bookLesson_box .inner_box a.buy{
    width: 1138px;
    height: 70px;
    margin-top: 16px;
    display: block;
    background: url(../img/buy_bg.png) no-repeat center center;
    background-size: cover;
    margin: 16px auto 0;
    position: relative;
}
.bookLesson_box .inner_box a.buy p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bookLesson_box .inner_box a.buy p:first-child{
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #a14e0d;
    left: 80px
}
.bookLesson_box .inner_box a.buy p:nth-child(2){
    font-size: 26px;
    color: #a14e0d;
    left: 56%;
}
.bookLesson_box .inner_box a.buy p:nth-child(2) span:first-child{
    font-size: 18px;
}
.bookLesson_box .inner_box a.buy p:nth-child(2) span:last-child{
    font-size: 38px;
}
.bookLesson_box .inner_box a.buy p:last-child{
    font-size: 26px;
	letter-spacing: 1px;
    color: #ffffff;
    left: auto;
    right: 53px;
}
/* 豪华书课包 */
.luxury{
    width: 100%;
    padding-bottom: 50px;
    background-color: #fafafa;
    margin-top: 50px;
}
.luxury .wrapper{
    overflow: hidden;
}
.luxury .tit_box{
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.luxury .tit_box h5{
    font-size: 30px;
	letter-spacing: 1px;
	color: #333333;
}
.luxury .tit_box p{
    font-size: 18px;
	letter-spacing: 1px;
    color: #666666;
    margin-top: 20px;
}
.luxury .tit_box p.line_l,.luxury .tit_box p.line_r{
    width: 140px;
	height: 2px;
	background-color: #e04946;
    border-radius: 1px;
    position: absolute;
    top: 0;
}
.luxury .tit_box p.line_l{
    left: 300px;
}
.luxury .tit_box p.line_r{
    left: auto;
    right: 300px;
}
.luxury .tit_box p.line_l span,.luxury .tit_box p.line_r span{
    width: 30px;
	height: 6px;
	background-color: #e04946;
    border-radius: 1px;
    position: absolute;
    top: -2px;
}
.luxury .tit_box p.line_l span{
    left: auto;
    right: 0;
}
.luxury .tit_box p.line_r span{
    left: 0;
}
/* 首选推荐 */
.box h5{
    font-size: 26px;
	letter-spacing: 1px;
    color: #e04946;
    text-align: center;
    margin: 40px 0 30px;
}
.box .inner_box{
    width: 1200px;
	/* height: 430px; */
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		rgba(231, 231, 231, 0.7);
	border-radius: 10px;
}
.box .inner_box .navs{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 26px;
    box-sizing: border-box;
    display: flex;
}
.box .inner_box .navs p{
    font-size: 16px;;
	letter-spacing: 1px;
    color: #666666;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.box .inner_box .navs p span{
    width: 40px;
	height: 4px;
	background-color: transparent;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.box .inner_box .navs p.act{
    color: #e04946;
}
.box .inner_box .navs p.act span{
    background-color: #e04946;
}
.box .main{
    padding: 20px 30px;
}
.box .book_lesson{
    /* width: 100%;
    padding: 0 30px; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.box .book_lesson .item{
    width: 270px;
	height: 230px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px 
		#e9e9e9;
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box;
}
.box .book_lesson .item img{
    width: 250px;
    height: 162px;
    margin-top: 13px;
}
.box .book_lesson .item .name_price{
    display: flex;
    align-items: flex-end;
    margin-top: 16px;
    justify-content: space-between;
}
.box .book_lesson .item .name_price p:first-child{
    width: 175px;
    font-size: 16px;
	letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box .book_lesson .item .name_price p:last-child{
    font-size: 14px;
	letter-spacing: 1px;
	color: #e04946;
}
.box .book_lesson .item .name_price p:last-child span{
    font-size: 16px;
}
.box .btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 30px; */
    box-sizing: border-box;
    margin-top: 26px;
}
.box .btm .left{
    width: 666px;
	height: 70px;
	background-color: #f6f7f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.box .btm .left p:first-child{
    width: 120px;
	height: 40px;
	background-image: linear-gradient(0deg, 
		#dd1a16 0%, 
		#f34c48 100%), 
	linear-gradient(
		#e04946, 
		#e04946);
	background-blend-mode: normal, 
		normal;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 12px;
}
.box .btm .left p:nth-child(2){
    width: 120px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 6px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 40px;
}
.box .btm .left p:nth-child(2) span{
    color: #e04946;
}
.box .btm .left p:nth-child(3){
    font-size: 16px;
    color: #888888;
    text-decoration: line-through;
    margin: 0 50px 0 25px;
}
.box .btm .left p:last-child{
    font-size: 16px;
	color: #333333;
}
.box .btm .left p:last-child span{
    font-size: 26px;
	color: #dd1b17;
}
.box .btm .btns{
    display: flex;
}
.box .btm .btns a.ask{
    width: 220px;
	height: 66px;
	background-color: #ffffff;
	border-radius: 6px;
    border: solid 1px #e04946;
    font-size: 22px;
	letter-spacing: 1px;
    color: #e04946;
    text-align: center;
    line-height: 66px;
    margin-right: 10px;
    box-sizing: border-box;
}
.box .btm .btns a.buy{
    width: 220px;
	height: 66px;
	background-color: #e04946;
    border-radius: 6px;
    font-size: 22px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 66px;
}
/* kaplan */
.book_lesson.kp .item{
    /* overflow: hidden; */
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
}
.book_lesson.kp .item.active{
    width: 848px;
    transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
}
.book_lesson.kp .item .first_content{
    z-index: 3;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}
.book_lesson.kp .item.active .first_content{
    z-index: -1;
}

.book_lesson.kp .item .second_content{
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: -1;
}
.book_lesson.kp .item.active .second_content{
    z-index: 3;
}
.book_lesson.kp .item .second_content img{
    width: 301px;
    height: 195px;
    margin: 0;
}
.book_lesson.kp .item .second_content .right{
    margin-left: 28px;
}
.book_lesson.kp .item .second_content .right .top{
    width: 488px;
	height: 166px;
    background-color: #f6f7f9;
    padding: 15px;
    box-sizing: border-box;
}
.book_lesson.kp .item .second_content .right .top p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.book_lesson.kp .item .second_content .name_price{
    width: 488px;
    justify-content: space-between;
}
.book_lesson.kp .item .second_content .name_price p:first-child{
    width: 285px;
}
/* 基础入门 */
.book_lesson.basics .item{
    width: 270px;
	height: 230px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px 
		#e9e9e9;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
}
.book_lesson.basics .item.active{
    width: 559px;
}
.book_lesson.basics .item .right{
    width: 258px;
	height: 196px;
    background-color: #f6f7f9;
    margin-top: 13px;
    margin-left: 20px;
    padding: 10px;
    box-sizing: border-box;
   
    z-index: -1;
    transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
}
.book_lesson.basics .item .right p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.book_lesson.basics .item.active .right{
    z-index: 3;
}

.other{
    padding-bottom: 50px;
}
.other .box .inner_box{
    height: 360px;
}
.other .box .inner_box .item{
    height: 246px;
}
.other .box .inner_box .item .name_price{
    margin-top: 20px;
}
.other .box .inner_box .item.buy{
    width: 270px;
	height: 246px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px 
		#e9e9e9;
	border-radius: 6px;
    border: solid 1px #e04946;
    box-sizing: border-box;
}
.other .box .inner_box .item.buy .price{
    width: 250px;
	height: 162px;
	background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin: 12px auto;
}
.other .box .inner_box .item.buy .price h5{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 12px 0;
}
.other .box .inner_box .item.buy .price .center{
    width: 190px;
    height: 83px;
    background: url(../img/sheng.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.other .box .inner_box .item.buy .price .center .inner_bg{
    width: 58px;
	height: 65px;
    background: url(../img/xl.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 25px;
}
.other .box .inner_box .item.buy .price .price_now{
    font-size: 26px;
    color: #dd1b17;
    text-align: center;
    margin-top: 8px;
}
.other .box .inner_box .item.buy .buy_now{
    width: 250px;
	height: 46px;
	background-color: #e04946;
    border-radius: 6px;
    font-size: 18px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    display: block;
}
.other .book_lesson.basics .item.buy{
    display: block;
}
