.container-ebook-products {
    width: 85%;
    margin-top: 60px;
    padding: 0;
    display: flex;
}
.product-category-letter {
    height: 35px;
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #6e6e6e;
    font-family: PingFangSC-Regular, sans-serif;
}
.product-category-letter ul {
    padding-left: 5px;
}
.product-category-letter ul > li {
    height: 35px;
    padding: 0 6.4px;
    text-align: center;
    border-bottom: 1px solid #6e6e6e;
    list-style: none;
    float: left;
}
.product-category-letter ul > li a {
    text-decoration: none;
    color: #000;
}

.product-category-letter ul > li:hover {
    border-bottom: 4px solid #ff7d44;
}

.product-category-letter-curr:hover a {
    color: #ff7d44;
}
.product-category-letter-cover {
    display: none;
    position: absolute;
    bottom: -11px;
    width: 100%;
    border-bottom: 4px solid #ff7d44;
}
.product-category-letter .active {
    display: block;
    border-bottom: 4px solid #ff7d44;
}
.product-category-letter .active a {
    color: #ff7d44;
}
.product-category-letter-curr:hover .cover {
    display: block;
}
.product-category-state {
    /*margin-top: 15px;*/
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Light, sans-serif;
}
.product-category-state .total {
    font-size: 18px;
    color: #6d6d6d;
}
.product-category-state .checked {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    margin-right: 20px;
    padding: 0 20px 0 10px;
    /*min-width: 160px;*/
    width: auto;
    text-align: left;
    color: #789ab3;
}
.product-category-state .checked .subscript {
    width: 0;
    height: 0;
    border-bottom: 30px solid #5d89a7;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-category-state .checked .subcontent {
    position: absolute;
    bottom: -11px;
    font-size: 14px;
    right: 3px;
    color: #f7f7f7;
    cursor: pointer;
}
.product-category-state .total {
    float: right;
    margin-right: 20px;
    line-height: 40px;
    font-weight: 300;
}
.product-category-state-search input {
    border-radius: 30px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 100;
}
.product-category-state-search button {
    border-radius: 0px 30px 30px 0;
    width: 50px;
    height: 40px;
    background-color: #5d89a7;
    font-size: 16px;
}
.product-category-state-search select{
    width: 105px;
    overflow: hidden;
    border: 0px;
    font-size: 16px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/ico-select.png") no-repeat scroll right center transparent;
    background-size: 15px;
}
.product-category-state-search {
    float: right;
    border: 1px solid lightgrey;
    border-radius: 30px;
    height: 40px;
    width: 340px;
}
.product-category-author {
    margin: 20px auto;
    display: flow-root;
}
.product-category-author .header {
    font-size: 20px;
}
.product-category-author-info {
    margin-top: 10px;
    font-size: 16px;
}
.product-category-author-info img {
    float: left;
}
.product-category-author-info .intro {
    margin-left: 190px;
    line-height: 1.5;
}
.product-category-author-info .intro span {
    display: block;
    margin-bottom: 10px;
}
.product-category-author-info .intro p {
    font-style: italic;
}
.product-category-author-info .intro font {
    font-style: normal;
    margin-right: 15px;
}
.product-category-author-info .intro ul {
    padding-left: 0;
}
.product-category-author-info .intro ul>li {
    float: left;
    list-style: none;
    margin: 20px 20px 0 0;
    color: #ff7d44;
}
.product-category-author-info .intro ul>li a {
    text-decoration: underline;
    color: #ff7d44;
}

.product-category-tabs{
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #c1c1c1;
    font-family: PingFangSC-Regular, sans-serif;
}
.product-category-tabs-title {
    padding: 5px 15px;
    text-align: center;
    line-height: 48px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.product-category-tabs-title-curr {
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}
.product-category-tabs-separate {
    border-bottom: 1px solid #c1c1c1;
    width: 60%;
}
.product-category-sort {
    width: 100%;
    margin: 25px 0;
    float: right;
    text-align: right;
}
.product-category-sort .active {
    color: #ffba6c;
}
.product-category-sort span {
    margin: 0px 3px;
    font-size: 15px;
}
.product-category-sort .last {
    margin-left: 40px;
}
.product-category-sort .last .page{
    color: #bbbbbb;
}
.product-category-sort .last select {
    display: inline-block;
    /*width: 80px;*/
    border: 1px solid #bbbbbb;
    border-radius: 0;
    padding: 5px 20px 5px 5px;
    margin-left: 10px;
    color: #bbbbbb;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/ico-select.png") no-repeat scroll right center transparent;
    background-size: 15px;
}
.product-category-sort .sortCls{
    padding: 0 10px;
    margin-top: 5px;
    background-color: #5d89a7;
    color: white;
    border-radius: 5px;
}
.product-category-sort a {
    color: #000;
}
.product-category-org-book {
    /*display: table-row-group;*/
}
.product-category-org-book-item {
    min-width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgrey;
}
.product-category-org-book-item .book-cover {
    width: 158px;
    height: 223px;

}
.product-category-org-book-item .book-cover img {
    margin: 8px 6px;
    box-shadow: 0px 0px 20px #c5c5c5;
}
.product-category-org-book-item .book-info {
    min-width: 500px;
    flex: 1;
    margin-left: 20px;
    position: relative;
}
.product-category-org-book-item .book-info .first {
    margin-top: 10px;
}
.product-category-org-book-item .book-info span {
    display: block;
    width: 80%;
}
.product-category-org-book-item .book-info .main-title {
    font-size: 20px;
    font-family: PingFangSC-Light, sans-serif;
}
.product-category-org-book-item .book-info .sub-title {
    font-size: 14px;
    color: #7f7f7f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-category-org-book-item .book-info .description {
    width: 80%;
    margin-top: 10px;
    font-size: 14px;
    color: #7f7f7f;
    font-style: italic;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-category-org-book-item .book-info .page-option {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.product-category-org-book-item .book-info .page-option .page-option-btn {
    background-color: #ff7d44;
    width: 35px;
    line-height: 35px;
    border-radius: 30px;
    text-align: center;
    margin: 10px 0;
}
.product-category-org-book-item .book-info .page-option .jurisdictionBtn {
    display: none;
}
.diySwitchList{
    text-align: left;
    position: relative;
    top: 3px;
}
.diySwitchList image{
    width: 28px;
}
.diySwitchList span{
    margin-left:-5px;
}
.f-left{
    float: left;
}
.form-check-label{
    cursor: pointer;
}

.sortChecked{
    background-color: #ef7e1e !important;
    color: #fff0ff !important;
}
.diyTb{
    float: left;
    margin-bottom: 10px;
}
.eb-trilb{
    position: relative;
    top: -82px;
    left: 9px;
    display: none;
    color: #8B8B8E;
}
.eb-trilb img{
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
.ck-diy{
    position: relative;
    top: 3px;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
    background-color: #ffffff;
}
.ck-diy-ched{
    background-color: #0075ff;
    border: 1px solid #0075ff;
}
.ck-div-chedmil{

}

.ck-diy-dft{
    border: 1px solid #a8a8a8;
}
.ck-hid{
    visibility: hidden;
}
.ck-diy .middle{
    width: 10px;
    height: 10px;
    background-color: #5f6ad9;
    margin: 3px auto;
    border-radius: 1px;
    display: none;
}
.checkmark {
    position: absolute;
    display:none;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 11px;
    background-color: #ffffff;
    left: 7px;
    top: 5px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    left: 4px;
    top: 13px;
}
.sort-img{
    float: left;
    width: 16px;
    height: 20px;
    margin-left: 17px;
    margin-top: 5px;
}