@charset "utf-8";
body{
    width: 100%;
	height: auto;
	min-height: 100%;
	background: #F5F5F8;
	position: relative;
}
section{
	width: -moz-calc(100% - .48rem);
	width: -webkit-calc(100% - .48rem);
	width: calc(100% - .48rem);
	margin: .24rem auto;
	padding-bottom: 1rem;
}

/**
-----*  fontSize and color star  *-----
**/
.f36 {
	font-size: .36rem !important;
}
.f32 {
	font-size: .32rem !important;
}
.f30 {
	font-size: .3rem !important;
}
.f28 {
	font-size: .28rem !important;
}
.f24 {
	font-size: .24rem !important;
}
.f22 {
	font-size: .22rem !important;
}
.f20 {
	font-size: .2rem !important;
}
.c-blue{
	color: #3E82F7 !important;
}
.c-green{
	color: #26D2BC !important;
}
.c-red{
	color: #EC5959 !important;
}
.c-6{
	color: #666 !important;
}
.c-9{
	color: #999 !important;
}
.c-69{
	color: #696969 !important;
}
.c-c{
	color: #ccc !important;
}
/**
-----*  fontSize and color end *-----
**/

/**
-----*  header star  *-----
**/
header{
	width:100%;
	height:auto;
	background: #fff;
	top:0;
	left: 0;
	z-index: 1000;
	border-bottom: .01rem solid #eee;
}
.shadow-header{
	box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.05);
}
.header-title{
	display: -webkit-flex;
	display: flex;
	padding: 0 .3rem;
	width: -webkit-calc(100% - .6rem);
	width: -moz-calc(100% - .6rem);
	width: calc(100% - .6rem);
	height: 1.1rem;
}
/** header 左右有icon star **/
.header-title>div{
	height: 100%;
	width: 50%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.header-title>div.header-left{
	width: 25%;
	justify-content: flex-start;
}
.header-title>div.header-center{
	justify-content: center;
}
.header-title>div.header-right{
	width: 25%;
	justify-content: flex-end;
}
.header-center h1{
	line-height: .88rem;
	font-weight: 600;
}
.header-title .header-icon-box{
	width: 1.4rem;
	height: .6rem;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.header-title>div.header-right .header-icon-box {
	width: auto;
}
.header-icon-box img{
	width: .5rem;
	height: .5rem;
}
.header-icon-box img.back-icon{
	width: .14rem;
	height: .24rem;
}
.header-icon-box img.big-back-icon{
	width: 1.4rem;
	height: .6rem;
	background-size: contain;
	opacity: 0;
}
/** header 左右有icon end **/
/**
-----*  header end  *-----
**/

/**
-----*  footer star  *-----
**/
footer{
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	height: .8rem;
	display: flex;
	display: -webkit-flex;
	vertical-align: center;
	align-items: center;
	flex-direction: row-reverse;
}
/**
-----*  footer end  *-----
**/

/**
-----*  tab_icon_bar star *-----
**/
.tab_icon_bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 6.9rem;
	padding: 0 .3rem;
	height: 1.2rem;
	background: #fff;
	box-shadow: 0 -.02rem .06rem 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 -.02rem .06rem 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 -.02rem .06rem 0 rgba(0, 0, 0, 0.05);
	z-index: 1000;
	left: 50%; /* 先定位到屏幕中间 */
    transform: translateX(-50%); /* 再向左移动自身宽度的一半 */
}
.tab_icon_bar a{
	display: block;
	float: left;
	padding: .2rem 0 .1rem;
	width: 2.3rem;
	background: #fff;
	text-align: center;
}
.tab_icon_bar a:nth-child(4){
	position: relative;
}
.shop-num{
	padding: 0 .12rem;
	height: .36rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: .2rem;
	background: #f96759;
	color: #fff !important;
	position: absolute;
	width: auto;
	top: .1rem;
	left: .85rem;
	border-radius: .5rem;
	border: .01rem solid #fff;
}
.tab_icon_bar a img{
	display: block;
	width: .45rem;
	height: .45rem;
	margin: 0 auto .08rem;
}
.tab_icon_bar a span{
	display: block;
	font-size: .22rem;
	color: #9D9EA8;
	line-height: .28rem;
}
.tab_icon_bar a.current span{
	color: #b72320;
}
.tab_icon_bar a.current .cur {
	display: block;
}
.tab_icon_bar a.current .default {
	display: none;
}
.tab_icon_bar a .cur {
	display: none;
}
/**
-----*  tab_icon_bar end *-----
**/

/**
-----*  book_list star  *-----
**/
.book_list{
	width: 6.42rem;
	background: #fff;
	padding: .3rem;
	margin-bottom: .24rem;
	border-radius: .08rem;
	-moz-border-radius: .08rem;
	-webkit-border-radius: .08rem;
}
.book_list a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.book_list a .book_pic{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 1.6rem;
	height: 2.2rem;
	background: #FFFFFF;
	border-radius: .08rem;
	-moz-border-radius: .08rem;
	-webkit-border-radius: .08rem;
	background: url("../img/choose-book/no-book-img.png") no-repeat center;
	background-size: contain;
}
.book_list a img{
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 1.62rem;
	height: 2.2rem;
	/*max-height: 2.2rem;*/
	object-fit: contain;
	background: #fff;
}
.book_content{
	width: -webkit-calc(100% - 1.84rem);
	width: -moz-calc(100% - 1.84rem);
	width: calc(100% - 1.84rem);
	float: left;
	margin-left: .24rem;
}
.book_content h3{
	font-size: .32rem;
	font-weight: 600;
	color: #333333;
	line-height: .42rem;
	margin-bottom: .1rem;
}
.book_content .book_info li{
	font-size: .22rem;
	font-weight: 400;
	color: #7B8196;
	line-height: .32rem;
	margin-bottom: .08rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.book_content .book_price{
	font-size: .26rem;
	font-weight: 500;
	color: #EC5959;
	line-height: .36rem;
}
.book_content .book_price span{
	font-size: .3rem;
	font-weight: 600;
}
/**
-----*  book_list end  *-----
**/

/**
-----*  btn star  *-----
**/
.btn{
	display: inline-block;
	background: #fff;
	font-size: .26rem;
	padding: .12rem .28rem;
	line-height: .4rem;
	width: auto;
	text-align: center;
	min-width: 1.04rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	margin-left: .16rem;
}
.grey-line-btn{
	color: #999;
	border: .02rem solid #ccc;
}
.grey-block-btn{
	border: none;
	color: #fff;
	background: #ccc;
	-moz-box-shadow: 0 .04rem .08rem 0 rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 .04rem .08rem 0 rgba(0,0,0,0.04);
	box-shadow: 0 .04rem .08rem 0 rgba(0,0,0,0.04);
}
.red-line-btn{
	color: #EC5959;
	border: .02rem solid #EC5959;
	background: #fff;
}
.red-gradual-block-btn{
	background: linear-gradient(270deg, #EE7E5A 0%, #EC5959 100%);
	color: #fff;
}
/**
-----*  btn end  *-----
**/

.width-p-24{
	padding: 0 .24rem;
	width: calc(100% - .48rem) !important;
	width: -webkit-calc(100% - .48rem) !important;;
	width: -moz-calc(100% - .48rem) !important;;
}

/**
-----*  label star  *-----
**/
.label{
	font-size: .18rem;
	height: .24rem;
	line-height: .24rem;
	width: auto;
	padding: 0 .12rem;
	color: #ccc;
	border: .01rem solid #ccc;
	-moz-border-radius: .04rem;
	-webkit-border-radius: .04rem;
	border-radius: .04rem;
	margin-right: .16rem;
}
.label-blue{
	color: #3E82F7;
	border: .01rem solid #3E82F7;
}
.label-red{
	color: #F94102;
	border: .01rem solid #F94102;
}
.label-block-green{
	padding: .08rem .14rem;
	font-size: .2rem;
	color: #fff;
	background: #0FC29A;
	border: 0;

}
/**
-----*  label end  *-----
**/

#mb_ico{
	color: #fff !important;
}