/* Google Web Font
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Anton);
 */
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #eeeeee;
}

h1, h2, h3, h4, h5, h6{
	color: #333;
}

section{
    padding:0;
    margin:15px 0;
}

p{
    font-size: 13px;
    font-weight: 300;
}
/*==== common css =====*/
*{
    outline-color: transparent !important;
}

.btn{
	border: 0;
	color: #fff;
	background-color: #ea2c58;
	box-shadow: none;
	border-radius: 0;
    border-bottom: 2px solid #A82541;
}
a {
    background-color: transparent;
    color:#000;
    text-decoration:none;
}
    a:hover {
        color: #ea2c58;
        text-decoration: none;
    }

/*============================================================
 Home page style
============================================================*/

/*==== header =====*/
.top-header{
	background-color: #333333;
	min-height: 35px;
	padding: 5px 0;
}
.top-header {
    color: #ccc;
}
.top-header a {
    color: #ccc;
    text-decoration: none;
}
    .top-header a:hover {
        color: #ea2c58;
        text-decoration: none;
    }

.security,
.social-icon {
    margin-bottom: 0;
}

.live-support{
    margin-bottom: 0;
    margin-top: 3px;
}

.live-support a .lnr{
    margin-right: 8px;
}

.live-support a{
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500; 
    margin-right: 20px;
}

.live-support a:hover{
    color: #ea2c58;
}

.security{
	color: #fff;
	float: right;
}

.security li {
    color: #ccc;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.1;
    padding: 0 8px;
}

.security li:last-child{
    padding-right: 0;
} 

.security li:hover{
    color: #ea2c58;
}

.security li .lnr{
	margin-right: 5px;
}


.middle-header{
	min-height: 80px;
}

a.site-title {
    position: relative;
    color: #ea2c58;
    font-family: "Anton",sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 80px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-title p {
    background-color: #ea2c58;
    bottom: -5px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.8px;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 1px 2px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.site-title span{
	color: #323232;
}

.nav-search {
    margin:20px 0 10px 0;
} 

.navbar-default {
    margin-bottom: 0;
    background: #e7e7e7;
    border-color: #d2d2d2;
}
 
.navbar-default .navbar-nav li a:hover {
  background-color: transparent;
  color: #ea2c58;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: #ea2c58;
        font-size: 18px;
    }

.navbar-default .navbar-nav > li > a .lnr{
    margin-left: 5px; 
    font-size: 10px;  
}

.navbar-default .navbar-nav > li > a{
	font-weight: 600; 
	color: #333333;
    letter-spacing: 0.3px;
	text-transform: uppercase;
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a.p-l-0{
    padding-left: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}   

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #333;
}

/*.dropdown-menu > li > a:hover:before{
    background-color: rgba(234, 44, 88, 0.7);
    content: '';
    position: absolute;
    left: 0; 
    top: 14px;
    height: 8px;
    width: 8px;
    margin-left: 20px;
}*/

.navbar-nav > li > .dropdown-menu{
    border: 0; 
    background-color: #fff; 
    box-shadow: none;
    border-radius: 0;
    border-bottom: 3px solid #ea2c58;
    padding: 10px 0;
}

.dropdown-menu > li > a{
    padding: 8px 25px;
    text-transform: capitalize; 
    width: 200px;
    position: relative;
}

.dropdown-menu > li > a:hover{
    padding-left: 35px;
}

.see-collection{
	background-color: #ea2c58; 
	color: #fff;
	padding: 20px 30px;
	text-transform: uppercase;
	font-size: 12px; 
	word-spacing: 4px; 
	line-height: 0; 
	font-weight: 600
}

.search-btn {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding-top: 11px;
    position: absolute;
    right: 18px;
}

/*** bottom-header2 ***/
.bottom-header2 .navbar-default .navbar-nav > li > a{
    position: relative;
    font-size: 11px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    color: #A3A3A3;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover{
    background-color: #282828;
    color: #ea2c58;
}

.bottom-header2 .navbar-default{
    background-color: #333333;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover:before,
.bottom-header2 .navbar-default .navbar-nav > .active > a:before{
    background-color: #ea2c58;
    content: "";
    height: 4px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    border-top-right-radius: 10px; 
    width: 75%;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:after{
    color: rgba(163, 163, 163, 0.1);
    content: "|";
    height: 50px;
    position: absolute;
    right: 0;
    border-top-right-radius: 10px; 
    width: 0;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover:after,
.bottom-header2 .navbar-default .navbar-nav > li:first-child > a:after,
.bottom-header2 .navbar-default .navbar-nav > li:last-child > a:after{
    content: "";
}

.bottom-header2 .navbar-default .navbar-nav > .active > a, 
.bottom-header2 .navbar-default .navbar-nav > .active > a:focus, 
.bottom-header2 .navbar-default .navbar-nav > .active > a:hover{
    background-color: #282828;
    color: #ea2c58;
}

.middle-header2 a.site-title {
  line-height: 2.6;
}

/*首页 和 列表页 搜索页*/
.section-box {
    padding: 0 15px !important;
    background-color: #fff;
    height: auto;
}

h1.section-box-title, h3.section-box-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
    color: #ea2c58;
    font-weight: bold;
}

    h1.section-box-title i, h3.section-box-title i {
        font-size: 14px;
    }

    h1.section-box-title span, h3.section-box-title span {
        font-size: 13px;
        float: right;
    }

.section-box div {
    padding: 0 0 3px 0;
}

.section-box-list-item {
    margin-bottom: 18px;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px !important;
}

    .section-box-list-item .box-list-item-img {
        float: left;
        width: 34%;
    }

    .section-box-list-item .box-list-item-text {
        float: right;
        width: 60%;
        margin-right: 3%;
    }

.box-list-item-text-title {
    font-size: 15px;
    font-weight: 600;
    /*line-height: 35px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
    .box-list-item-text-title span {
        font-size: 13px;
        color: #999;
    }

    .box-list-item-text-intro {
        width: 100%;
        height: 84px;
        line-height: 21px;
        color: #999;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

.feature-box-other .box-list-item-text-intro {
    height: 64px;
    -webkit-line-clamp: 3;
}

.box-list-item-text-autspeaker {
    height: 24px;
    line-height: 24px;
    font-size:12px;
    overflow:hidden;
}

    .box-list-item-text-autspeaker span {
        /*margin-left: 2px;*/
    }

.section-right {
    padding-right: 0;
}

.box-right-item {
    border-bottom: 1px dashed #d2d2d2;
}

.box-right-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}
    .box-right-title span {
        font-size: 13px;
        color: #999;
    }


    .feature-box-booklist .section-box-list-item .box-list-item-img {
        float: left;
        width: 18%;
    }

.feature-box-booklist .section-box-list-item .box-list-item-text {
    float: right;
    width: 77%;
}

/*分页样式*/
.pagelist {
    clear: both;
    display: block;
    margin: 0 0 20px 1px;
}

    .pagelist:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        margin: 2px 5px 0 -1px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
        overflow: hidden;
    }

        .pagelist .l-btns span {
            font-size: 12px;
            color: #333;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            padding: 0 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 30px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
        }
/*css default style pagination*/
#PageContent {
    margin: 10px;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 12px;
}

    #PageContent a, #PageContent span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 0 10px;
        line-height: 26px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        #PageContent span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        #PageContent a:hover {
            color: #fff;
            background: #ea2c58;
        }

        #PageContent span.current {
            color: #fff;
            background-color: #ea2c58;
            border-color: #ea2c58;
        }

        #PageContent span.disabled {
            color: #999;
            background: #fff;
        }

/* bottom-header2 search */
.bottom-header2 .nav-search .form-control::-moz-placeholder{
    color: #a3a3a3;
}

.bottom-header2 .nav-search .form-control{
    width: inherit;
    background-color: transparent;
    color: #a3a3a3;
    margin-right: 15px;
}

.bottom-header2 .search-btn{
    right: 2px;
    padding-top: 12px;
    font-size: 11px;
    color: #a3a3a3;
}
.bottom-header2 .nav-search{
    position: relative;
    background-color: transparent;
}


/* feature box */
.feature-box{
    padding: 0;
	position: relative;
}

h1.section-box-tigle, h3.section-box-tigle {
    font-size: 18px;
}

/*==== bottom footer =====*/
.bottom-footer {
    background-color: #444;
    color: #fff;
}

.bottom-footer p{
    margin: 15px;
    color: #ccc;
    font-size: 11px;
    word-spacing: 1px
}

.bottom-footer p a{
    color: #ccc;
    text-decoration: none;
}

.bottom-footer p a:hover{
    color: #ea2c58;
}


/*======================= Book Detail page =====================================*/
.books-detail {
    padding-bottom: 0;
}

    .books-detail .list-inline span {
        margin-left: 10px;
        color: #999;
        font-size: 12px;
    }

    .books-detail .list-inline .lnr {
        color: #ea2c58;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }

    .books-detail h1, .books-detail h1 {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        margin-top: 0;
        line-height: 1.3;
    }

    .books-detail .list-inline {
        margin-bottom: 15px;
        margin-left: 3px;
    }

        .books-detail .list-inline li {
            padding-left: 0;
            padding-right: 0;
        }
    .books-detail .text-desc div {
        text-align: left;
        line-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .books-detail .text-desc .text-desc-title {
        padding-left: 0px;
        padding-right:0px;
    }
    .books-detail .text-desc .text-desc-content {
        padding-left: 0px;
    }
    .books-detail p {
        font-size: 15px;
        letter-spacing: 0.3px;
        word-spacing: 1px;
        font-style: oblique;
        margin-bottom: 20px;
    }

/* tabs */
.single-description {
    padding-bottom: 0;
}

.ting-list .nav-tabs {
    border-bottom: 0;
}

.books-detail-detail {
}
.book-detail-title {
    text-align: center !important;
    margin: 20px 0 !important;
}

.ting-list .nav-tabs > li:hover > a {
    color: #fff;
    background-color: #333333;
    border: 0;
}

.ting-list .nav-tabs > li > a {
    background-color: #f5f5f5;
    border: 0 none;
    border-radius: 0;
    color: #999;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ting-list .nav-tabs > li.active > a,
.ting-list .nav-tabs > li.active > a:focus,
.ting-list .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #333333;
    border: 0;
}

.ting-list .ting-list-content {
    background-color: #F5F5F5;
    padding: 15px 10px;
    height:auto;
    margin:0;
}
.ting-list-content-item {
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-color: #A3A3A3;
    margin: 5px 10px;
}
.ting-list .ting-list-content-item a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
}
.ting-list-content-item-playicon:hover {
    color: #ea2c58 !important;
}
.ting-list-content-item-playicon img {
    height: 25px;
    width: 25px;
}
.section-title {
    position: relative;
    margin-bottom: 30px;
}

    .section-title h2 {
        text-transform: uppercase;
        font-weight: 600;
        color: #333333;
        font-size: 22px;
        letter-spacing: 0.5px;
        word-spacing: 5px;
    }

    .section-title span {
        font-family: 'Alegreya', serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #999;
        font-style: oblique;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-size: 14px;
    }

/*搜索页*/
/*过滤条件*/
.section-box-filter {
    margin: 10px 0 30px 0;
}

.section-box-filter-tags {
    display: flex;
}

.section-box-filter-title {
    width: 80px;
    float: left;
}

.section-box-filter-content {
    width: auto;
    height: auto;
    float: inherit;
}

.search-filter-item {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px;
}

    .search-filter-item a {
        display: block;
        background-color: #A3A3A3;
        color: #fff;
    }

        .search-filter-item a.action {
            color: #ea2c58;
        }

@media (max-width: 768px) {
    .feature-box-booklist .section-box-list-item .box-list-item-img {
        width: 34% !important;
    }
    .feature-box-booklist .section-box-list-item .box-list-item-text {
        width: 60%;
        margin-right: 3%;
    }
    .box-list-item-text-intro {
        height:66px;
        -webkit-line-clamp: 3 !important;
    }
}