﻿
/*所有的書名样式*/
.all-box-name{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.all-box-info{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.context-main-author{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    
}
/*蒐索框样式*/
.index-search-box {
    width: 100%;
    height: 1.2rem;
    padding: 0.2rem;
    background: #fff;
}
.search-main-box {
    width: 100%;
    height: 0.8rem;
    border: 1px solid rgb(238,238,238);
    overflow: hidden;
    background: rgb(238,238,238);
    border-radius: 10px;
}
.index-search-input{
	display: block;
    padding: 0 0.2rem;
    height: 0.78rem;
    font-size: 0.28rem;
    line-height: 0.78rem;
    color: #ccc;
}
.index-search-btn{
	width: 37.5px;
    height: 37.5px;
    background: url(../image/all_sprites.png) no-repeat center center;
    -webkit-background-size: 400px 300px;
    background-size: 400px 300px;
    background-position: -263px -207px;
}
/*轮播图样式*/
.index-banner {
    width: 100%;
    height: 3.0rem;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 5px
}
.index-banner-a img{
	width: 100%;
	height: 100%;
}
.swiper-pagination {
    bottom: 1.3rem !important;
    height: 0px !important;
}
.swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
    margin: 0 5px !important;
}
/*导航样式*/
.index-nav-box{
	width: 100%;
	background: #fff;
}
.index-nav-box > a {
    display: block;
    text-align: center;
    font-size: 16px;
    with: 40px;
    color: #7b694c;
    height: 40px;
    line-height: 40px;
}
.index-nav-item{
    width: 100%;
    height: 60px;
    display: block;
    overflow: hidden;
    padding-top: 10px
} 
.index-dh-dg{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image:url(../image/css_sprites_other.png);
    background-size: 420px 357px;
    -webkit-background-size:420px 357px;
    background-position:-7px -310px;
}
.index-dh-mf{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-image:url(../image/css_sprites_other.png);
    background-size: 420px 357px;
    -webkit-background-size:420px 357px;
    background-position:-114px -310px;
}
.index-dh-ph{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-image:url(../image/css_sprites_other.png);
    background-size: 420px 357px;
    -webkit-background-size:420px 357px;
    background-position:-61px -310px;
}
.index-dh-sk{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-image:url(../image/css_sprites_other.png);
    background-size: 420px 357px;
    -webkit-background-size:420px 357px;
    background-position:-311px -229px;
}
.index-dh-cz{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-image:url(../image/css_sprites_other.png);
    background-size: 420px 357px;
    -webkit-background-size:420px 357px;
    background-position:-168px -310px;
}

/*最近閱讀*/
.last-read{
	line-height: .6rem;
    color: #fc5e50;
    font-size: 0.27rem;
    background: #fff;
    padding: .14rem 0;
    position: relative;
}
.last-read:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0px;
    background: #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
}

.last-read-name {
    padding-right: 0.25rem;
    position: absolute;
    padding-left: 0.25rem;
    color: #7b694c;
}
.last-read-name:before{
	content: "|";
    right: 0px;
    position: absolute;
    top: -1px;
    color: #f0f1f2;
}
.last-read-text{
	display: block;
    color: #333;
    padding: 0 .4rem 0 1.8rem;
    font-size: 0.27rem;
}
/*本期主打*/
.index-content{
	margin-top: 0.25rem;
    background: #fff;
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 1px solid rgb(238,238,238);
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

/*下方清單样式*/
.index-content-main .index-content1-text:first-of-type{
	padding-top: 0.1rem;
}
.index-content1-text {
    padding: 0.3rem 0.24rem 0 0.24rem;
    overflow: hidden;
}
.context-main-text{
	width: 100%;
	align-items: center;
	padding-bottom: 0.3rem;
    overflow:hidden;
}
.context-main-pic{
	width: 1.7rem;
    height: 2.4rem;
    display: block;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    -moz-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    box-shadow: 0 0 0.2rem 0.01rem #ccc;
    margin-right: 0.25rem;
}
.context-main-box{
	height: 2.4rem;
	flex-direction: column;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
}
/*标题样式*/
.context-main-title{
	font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.15rem;
}
/*書籍介绍*/
.context-main-info{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    line-height: 0.42rem;
    margin-bottom: 0.25rem;
}
/*作者*/
.context-main-author-box{
	box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    align-items: center;
}
/*作者框位置靠右*/
.text-align{
	text-align: right;
}
.context-main-state{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    border: 1px solid rgb(154,154,154);
    padding: 0.03rem 0.2rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
/*list3样式*/
.index-list3 {
    padding: 0.3rem 0.24rem 0 0.24rem;
    overflow: hidden;
}
.index-list3-mian{
	padding-bottom: 0.3rem;
    

}
.index-list3-title{
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
.index-list3-title i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/css_sprites_other.png);
    -webkit-background-size:300px 250px;
    background-size: 300px 250px;
    background-position:-261px  -160px;
    vertical-align: middle;
}
.index-list3-title span {
    vertical-align: top;
}
.index-list3-auto{
	font-size: 0.24rem;
    color: rgb(154,154,154);
}
.index-list3-info{
	padding-top: 0.2rem;
    font-size: 0.24rem;
    color: rgb(154,154,154);
    line-height: 0.45rem;
    width: 100%;
    height: 0.85rem;
}
/*精品好書*/
.index-list4-body{
	align-items: center;
	flex-direction: row;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    padding-bottom: 0.3rem;
}
.index-list4-main {
    height: 2.4rem;
    overflow: hidden;
}
.index-list4-title{
	font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.15rem;
}
.index-list4-info{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    line-height: 0.45rem;
    margin-bottom: 0.25rem;
}
.index-list4-img{
	width: 1.7rem;
    height: 2.4rem;
    display: block;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    -moz-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    box-shadow: 0 0 0.2rem 0.01rem #ccc;
    margin-left: 0.25rem;
}
/*横向清單*/
.index-list5-item{
	width: 25%;
    height: 3.5rem;
    padding: 0.2rem 0;
    position: relative;
   
}
.index-list5-img{
	width: 1.7rem;
    height: 2.4rem;
    display: block;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    -moz-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    box-shadow: 0 0 0.2rem 0.01rem #ccc;
}
.index-list5-item-name{
	font-size: 0.28rem;
    color: #333;
    padding: 0.3rem 0 0 0;
}
.index-banner-a{
    width: 100%;
    height: 2.5rem;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullet-active {
    background: rgb(253,150,167) !important;
}

.index1-content {
    margin-top: 0.25rem;
    background: #fff;
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 1px solid rgb(238,238,238);
    padding: 0 0.3rem;
}

.index1-content-item {
    overflow: hidden;
    text-align: center;
    padding: 0 0.2rem;
    display: block;
}

.index1-content-pic {
    width: 1.7rem;
    height: 2.4rem;
}

.index1-book-bookintro {
    text-align: justify;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: rgb(154,154,154);
    margin-bottom: 0.25rem;
}

.index1-bookinfobox {
    padding: 0 0.3rem;
}

.index1-title-box {
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0.24rem;
    margin: 0.4rem 0 0.2rem;
}

.index1-box-titleicon {
    width: 4rem;
    height: 0.6rem;
}

.index1-box-titletext {
    width: 100%;
    position: absolute;
    top: 0.05rem;
    left: 0;
    color: white;
    z-index: 1;
    font-size: 0.24rem;
    text-align: center;
}