/* 书城book.html 选择列表 */
.contentWrapper {
    margin: 30px 0;
    background-color: #edecec;
}

.certificateWrap,
.levelWrap,
.subjectWrap {
    border-bottom: 1px solid #dddddd;
}

.certificateWrapper,
.levelWrapper,
.subjectWrapper,
.categoryWrapper {}

.contentWrapper li.active {
    color: #24a1ff;
}

.certiTitle,
.levelTitle,
.subjectTitle,
.categoryTitle {
    float: left;
    background-color: #edecec;
    text-align: center;
    width: 116px;
    padding: 20px 0;
    overflow: hidden;
}

.flexWrap {
    float: left;
    width: 964px;
    background: #fff;
    padding-left: 20px;
}

.flexWrap li {
    float: left;
    padding: 6px 16px;
    border-radius: 24px;
    margin: 14px 0px;
    cursor: pointer;
}

.flexWrap a {
    float: left;
    border: 1px solid #ddd;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 3px 7px;
}

.bookSearch {
    position: relative;
}

.bookSearch img {
    position: absolute;
    top: 13px;
    left: 10px;
}

#txt {
    border: 1px solid #dddddd;
    height: 38px;
    padding-left: 35px;
    width: 320px;
}

.searchBtn {
    border: none;
    background: #dddddd;
    width: 86px;
    height: 40px;
    margin-left: -4px;
    color: #666;
    cursor: pointer;
}

.bookNum {
    margin-right: 34px;
    cursor: pointer;
}

.bookNum img {
    padding-left: 6px;
}

.pageIn {
    color: #24a1ff;
}

.bookprv {
    cursor: pointer;
}

.booknext {
    cursor: pointer;
}

/* 书籍列表 */
.bookWrapper {
    padding: 16px;
    margin-bottom: 30px;
}

.bookWrapper li {
    float: left;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
    cursor: pointer;
}

.bookWrapper li:nth-child(4n) {
    margin-right: 0px;
}

.bookWrapper li:nth-child(4n-3) {
    margin-left: 0px;
}

.bookWrapper li .bookPic {
    width: 250px;
    height: 260px;
    position: relative;
}

.bookWrapper li .bookPic img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.bookWrapper li .bookPic .bookRecmmend {
    position: absolute;
    top: 0;
    left: 0;
}

.bookWrapper li:hover .bookPic img {
    transform: scale3d(1.1, 1.1, 1);
}

.bookWrapper li:hover {
    -webkit-box-shadow: -3px 6px 8px #dad9d9;
    box-shadow: -3px 6px 8px #dad9d9;
    -webkit-transition: all .5s ease-in-out;
    border: 1px solid transparent;
}

.bookWrapper li .bookPic .exampleImg {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.bookWrapper .bookContent {
    padding: 10px;
}

.bookWrapper li .bookText h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

.bookWrapper li .bookText h4 {
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}

.bookWrapper li .bookWay {
    padding-bottom: 12px;
}

.bookWrapper li .bookWay span {
    color: #ce4031;
    border: 1px solid #ce4031;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 18px;
}

.bookWrapper li .bookWay i {
    font-style: normal;
    color: #333333;
    font-size: 14px;
    padding-top: 3px;
}

.bookWrapper li .bookPrice h2 {
    color: #fd4d3f;
    font-size: 22px;
    font-weight: bold;
}

.bookWrapper li .bookPrice a {
    color: #fff;
    font-size: 18px;
    background-color: #24a1ff;
    padding: 3px 28px;
    border-radius: 3px;
}

/* 书城bookDetail.html 详情 */
.imgdet {
    position: relative;
    height: 482px;
    width: 390px;
    background: #fff
}

.imgdet .imglist {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 90px;
    overflow: hidden
}

.imgdet .imglist ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0
}

.imgdet .imglist ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    margin: 10px;
}

.imgdet .imglist ul li:last-of-type {
    margin-bottom: 0
}

.imgdet .imglist ul .active {
    border: 2px solid #27a2ff
}

.imgdet .imglist ul li img {
    width: 100%;
    height: 100%
}

.imgdet .imgpart {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 390px;
}

.imgdet .imgpart .pic {
    position: relative;
    width: 390px;
    height: 390px;
}

.imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30)
}

.imgdet .imgpart .pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -400px;
    width: 390px;
    height: 390px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
    background: #fff;
}

.imgdet .imgpart .bigpic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    height: 780px
}

.classType p span {
    border: none !important;
    padding: 7px 14px !important;
    margin-right: 8px !important;
}

.courseType {
    margin-bottom: 0px !important;
}

.courseDetail__container_r_r em {
    font-weight: bold;
}

.booktit {
    width: 480px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fd4d3f;
    margin-bottom: 14px;
}

.classType i {
    color: #fd4d3f;
    padding-top: 5px;
    display: inline-block;
    font-style: normal;
}

.courseDetail_btn p:nth-of-type(2) {
    float: left !important;
    margin-left: 0px !important;
}

.courseDetail_btn {
    margin-top: 44px !important;
    padding-bottom: 0 !important;
}

.hide {
    display: none;
}

.courseInfor {
    padding: 30px 78px 30px 78px !important;
}
.courseDetail__container_r_l h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 475px;
}
.marketp{
    color: #999;
    font-size: 12px;
}

/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#019CF9 !important
}