.search-bg {
	width: 92%;
	height: 0.907rem;
	margin: .32rem auto;
	line-height: 0.933rem;
	color: #999999;
	position: relative;
	padding: 0;
	display: flex;
}

.search-a {
	width: 87%;
	background-color: #ededed;
	border-radius: 0.467rem;
	text-align: center;
}

.search-scan {
	width: 13%;
	height: 0.907rem;
	line-height: .907rem;
	display: inline-block;
	vertical-align: middle;
}

.search-scan>img {
	padding-left: .153rem;
}

.search-bg span {
	font-size: 0.306rem;
	color: #999999;
	padding-left: .2rem;
}

.search-a img {
	width: .373rem;
	height: .373rem;

}

.loading-box {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
}

.loading-box img {
	width: .7rem;
	height: .7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.books-info {
	width: 100%;
	height: 4.28rem;
	background: url("../img/huiben_bg.png") no-repeat;
	background-size: cover;
	position: relative;
}

.books-info-box {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.books-info .books-info-box .books-info-time h4 {
	width: 92%;
	margin: 0 auto;
	padding: .544rem 0 .427rem 0;
	font-size: .373rem;
	color: #fff;
	font-weight: 400;
}

.books-info .books-info-box .books-info-time p span {
	font-size: 0.64rem;
	color: #fff;
	font-weight: 700;
}

.books-info .books-info-box .books-info-time p span:first-child {
	padding-left: .453rem;
}

.books-info .books-info-box .books-info-time p a {
	width: 2.533rem;
	height: 0.853rem;
	line-height: .853rem;
	background: #fff;
	position: absolute;
	right: 0;
	color: #a95307;
	font-size: .427rem;
	text-align: center;
	border-radius: 0.427rem 0rem 0rem 0.427rem;
}

.books-info .books-info-box .books-info-nav {
	width: 100%;
	position: absolute;
	bottom: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.books-info .books-info-box .books-info-nav a {
	display: block;
	width: 50%;
	height: .44rem;
	line-height: 0.44rem;
	text-align: center;
}

.books-info .books-info-box .books-info-nav a span {
	font-size: 0.427rem;
	vertical-align: middle;
	color: #fff;
}

.books-info .books-info-box .books-info-nav a img {
	vertical-align: middle;
}

.books-list-content .swiper-container {
	width: 100%;
	height: 100%;
}

.books-list-content .swiper-slide {
	width: 2.933rem;
	padding: 0 .16rem;
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.books-list-content .swiper-slide a {
	width: 100%;
	height: 100%;
	text-align: left;
}

.books-list-content .swiper-slide>a>p {
	width: 100%;
	text-align: left;
	color: #111111;
	font-size: 0.38rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.books-list-content .swiper-slide>a>span {
	font-size: 0.293rem;
	color: #aaaaaa;
	display: inline-block;
	background: #f2f2f2;
	border-radius: 0.227rem;
	padding: .093rem .24rem;
}

.books-list-content .swiper-slide>a>div>img {
	width: 100%;
	height: 3.107rem;
	margin: 0rem auto;
	background-color: #ececec;
	border-radius: 0.213rem;
}

.musicIcon {
	position: absolute;
	top: 6%;
	left: 6%;
}

.books-img {
	position: relative;
}

.books-img>p {
	position: absolute;
	bottom: 0rem;
	color: #fff;
	font-size: 0.293rem;
	border-radius: .1rem;
	/* background: #000000; */
	/* opacity: .5; */
	background: rgba(0,0,0,0.4);
	background-size: 100%;
	padding-bottom: .05rem;
	padding-left: .1rem;
	padding-top: .05rem;
	padding-right: .2rem;
}

.books-img>p>img {
	padding-right: .1rem;
}

.picture-nav {
	width: 93%;
	margin: 0 auto .5rem;
}

.picture-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.picture-nav ul li {
	width: 25%;
}

.picture-nav ul li p {
	margin-top: .547rem;
	text-align: center;
}

.picture-nav ul li p img {
	width: 0.96rem;
	height: 0.96rem;
	margin: 0 auto;
}

.picture-nav ul li p span {
	display: block;
	color: #111111;
	margin-top: .2rem;
	font-size: 0.373rem;
}

.titlePanel {
	margin: .4rem auto;
	width: 95%;
	display: flex;
	justify-content: flex-end;
}

.titlePanel p {
	display: flex;
	flex: 1;
	height: .5rem;
	line-height: .5rem;
}

.titlePanel p span {
	display: inline-block;
	width: 0.08rem;
	height: 0.373rem;
	background-color: #ff473f;
	margin-top: .04rem;
}

.titlePanel p strong {
	padding-left: .133rem;
	display: block;
	font-size: 0.417rem;
	color: #111111;
	font-weight: 700;
}

.titlePanel a {
	color: #999999;
	font-size: .308rem;
}

.titlePanel a img {
	width: 0.15rem;
	height: 0.2rem;
	margin-top: -0.08rem;
}

.contentPanel {
	width: 92%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.contentList {
	width: 92%;
	margin: 0 auto;
}

.contentList>li {
	width: 100%;
	padding: .347rem 0;
}

.contentList>li>a {
	display: flex;
}

.contentList>li>a>.list-li-img {
	width: 2.133rem;
	height: 2.4rem;
	border-radius: 0.213rem;
}

.contentList>li>a>div>img {
	width: 100%;
	height: 100%;
	border-radius: 0.213rem;
	margin: 0 auto;
}

.contentPanel:after {
	content: "";
	width: 2.893rem;
}

.contentPanel>li {
	width: 2.893rem;
	margin-top: .413rem;
	position: relative;
}

.contentPanel>li>a>div>img {
	width: 100%;
	height: 3.107rem;
	border-radius: 0.213rem;
	margin: 0 auto;
}

.press {
	width: 92%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.press:after {
	content: "";
	width: 2.893rem;
}

.press li {
	width: 2.893rem;
	margin-top: .413rem;
	text-align: center;
}

.press li img {
	width: 100%;
	/* width: 1.467rem;
	height: 1.467rem; */
	border-radius: 0.213rem;
}

.press li p {
	color: #111111;
	text-align: center;
	word-wrap: break-word;
	overflow: hidden;
	padding: .15rem 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.38rem;
	-webkit-box-orient: vertical;
}

.contentPanel li .name {
	font-size: 0.38rem;
	color: #333333;
	margin-top: .17rem;
	font-weight: 500;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.contentPanel li .specialname {
	font-size: 0.307rem;
	color: #999999;
}

.container {
	height: 1rem;
	width: 92%;
	display: flex;
	margin: .3rem auto 0 auto;
}

.parent {
	width: 90%;
	/*position: relative;*/
}

.container>span {
	line-height: 1rem;
	padding: 0 2px;
	margin-left: .1rem;
	color: #000000;
	font-size: .36rem;
}

.search {
	width: 100%;
	height: .933rem;
	outline: none;
	border: none;
	padding-left: 20px;
	/*position: absolute;*/
	background-color: #f7f7f7;
	border-radius: 0.467rem;
	color: #333333;
}

.lessUl {
	justify-content: flex-start !important;
}

.lessUl li:first-of-type {
	margin-right: 20px;
}

.search-list {
	width: 92%;
	margin: 0 auto;
}

.search-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search-list ul li {
	width: 2.893rem;
	margin-top: .413rem;
}

.search-list ul li img {
	width: 100%;
	height: 3.107rem;
	background-color: #ececec;
	border-radius: 0.213rem;
	margin: 0 auto;
}

.search-list ul li p {
	padding-top: .2rem;
	font-size: .362rem;
	color: #333333;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.search-list ul li span {
	color: #999999;
	font-size: .309rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.search-box {
	width: 100%;
	text-align: center;
	margin-top: 20%;
}

.search-box img {
	width: 4.973rem;
	height: 3.493rem;
}

.search-box p {
	padding: 1rem 0;
	color: #999999;
	font-size: .4rem;
}

.infinite-scroll-text {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: .5rem;
}

.records-top {
	width: 100%;
	height: 3.56rem;
	margin: 0 auto;
	background: url(../img/reading_record_bg.png) no-repeat;
	background-size: 100%;
}

.records-top .records-header {
	padding-top: .68rem;
	display: flex;
}

.records-top .records-header p {
	width: 33.33%;
	text-align: center;
}

.records-top .records-header p span {
	display: inline-block;
	width: 2.667rem;
	height: 2.107rem;
	line-height: 2.107rem;
	color: #333333;
	font-size: .32rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.records-top .records-header p span strong {
	font-size: .64rem;
}

.records-top .records-header p:nth-of-type(1)>span {
	background: url(../img/reading_record_book.png) no-repeat;
	background-size: 100%;
}

.records-top .records-header p:nth-of-type(2)>span {
	background: url(../img/reading_record_times.png) no-repeat;
	background-size: 100%;
}

.records-top .records-header p:nth-of-type(3)>span {
	background: url(../img/reading_record_duration.png) no-repeat;
	background-size: 100%;
}

.song-list {
	text-align: center;
}

.song-time {
	position: relative;
}

.song-time p {
	position: absolute;
	right: 0;
	bottom: 13%;
	background: #fff;
	color: #fe5b4a;
	padding: 0 .05rem;
}

.scan-box {
	width: 1.067rem;
	height: 1.067rem;
	border-radius: 0.267rem;
	position: fixed;
	right: 5%;
	bottom: 15%;
	z-index: 3000;
}

.scan-box img {
	width: 100%;
	height: 100%;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.web-toast {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: .48rem;
	line-height: 1;
	padding: .3rem .4rem;
	border-radius: .15rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 9999;
	white-space: nowrap;
}

.fadeOut {
	animation: fadeOut .5s;
}

.fadeIn {
	animation: fadeIn .5s;
}

.scan-result {
	width: 100%;
	margin: 2rem auto;
	text-align: center;
}

.scan-result>p {
	font-size: 0.315rem;
	color: #555555;
	margin: .72rem auto;
}

.scan-result-btn {
	width: 6.667rem;
	height: 1.067rem;
	background-color: #f34f50;
	border-radius: 0.133rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.067rem;
	color: #fff;
	font-size: 0.453rem;
}

.clickmore {
	margin: 0 auto;
	padding: .1rem 0;
	text-align: center;
	font-size: 0.353rem;
}

.content-hb>p {
	width: 92%;
	margin: 0 auto;
	padding: .1rem 0;
	font-size: .366rem;
}

.new-recommend {
	width: 95%;
	display: flex;
	justify-content: space-between;
}

.new-recommend li {
	width: 48%;
	margin: 0;
	padding: 0 10px;
}
.new-recommend>li>a>div>img {
	width: 100%;
	height: 4.107rem;
	border-radius: 0.213rem;
	margin: 0 auto;
}
.well-known {
	width: 95%;
	margin: 0 auto;
	overflow: auto;
	display: flex;
	flex-wrap: nowrap;
}
.english-boby{
	width: 92%;
	display: flex;
	flex-wrap: wrap;
}
.english-boby li{
	width: 100%;
}
.english-boby li .books-img{
	height: 4rem;
}
.english-boby li .books-img img{
	height: 100%;
	margin-top: -4px;
}
.english-love{
	width: 92%;
}
.choiceness-text{
	position: absolute;
	top: 0;
	right: 0;
	background: #ff6666;
	color: #fff;
	padding: .05rem .13rem;
	font-size: 0.28rem;
	border-radius: 48x;
}
.english-love li{
	width: 100%;
}
.english-love li a{
	width: 100%;
	display: flex;
}
.english-love li a .books-img{
	width: 26%;
}
.english-love>li>a>.books-love-text{
	padding-left: .3rem;
	width: 70%;
}
.books-love-text p:nth-of-type(1){
	padding-top: .3rem;
	width: 94%;
	overflow: hidden;
}
.books-love-text p:nth-of-type(2){
	padding-top: .3rem;
}
.well-known>li {
	width: 6.93rem;
	margin: 0;
	flex-shrink: 0;
	padding: 0 10px;
}
.well-known>li>a>.books-img {
	width: 100%;
	height: 3.7rem;
}
.well-known>li>a>.books-img>img {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.133rem;
}

.list-li-img {
	width: 2.133rem;
	text-align: center;
}

.list-li-img img {
	width: 2.133rem;
	height: 2.4rem;
	border-radius: 0.213rem;
}

.list-li-text {
	width: 70%;
	padding-left: .333rem;
}

.list-li-text>p:nth-of-type(1) {
	color: #333333;
	font-size: 0.427rem;
	padding-top: .227rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.list-li-text>p:nth-of-type(2) {
	color: #999;
	font-size: 0.32rem;
	padding-top: .107rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
}

.album-header {
	width: 100%;
	position: relative;
}

.album-header .album-header-img {
	width: 100%;
	height: 4.373rem;
	overflow: hidden;
	background: url(../img/bgimg.png)no-repeat;
}

.album-header .album-header-img img {
	width: 100%;
	filter: blur(45px);
}

.album-header .album-header-pic {
	width: 100%;
	position: absolute;
	top: 0;
}

.album-header .album-header-pic>div {
	width: 92%;
	margin: 0 auto;
	display: flex;
}

.album-header .album-header-pic img {
	width: 2.933rem;
	height: 3.307rem;
	background-color: #f3f3f3;
	border-radius: 0.213rem;
	margin-top: .533rem;
}

.album-header .album-header-pic .alubm-header-title {
	width: 60%;
	margin-top: .533rem;
	margin-left: .2rem;
}

.album-header .album-header-pic .alubm-header-title p {
	color: #fff;
	padding-top: .8rem;
	font-size: 0.533rem;
}

.album-header .album-header-pic .alubm-header-title p:nth-of-type(2) {
	font-size: 0.32rem;
	padding-top: .3rem;
}

.album-count {
	width: 100%;
	margin: 0 auto;
	height: 1.067rem;
	line-height: 1.067rem;
	color: #333333;
	font-size: 0.373rem;
	padding-left: .413rem;
	background-color: #f3f3f4;
}

.books-grade {
	display: flex;
	padding-top: .38rem;
}

.books-grade>span {
	color: #999999;
	font-size: 0.293rem;
}

.books-grade>span:first-child img {
	padding-right: .1rem;
	vertical-align: middle;
	margin-top: -2px;
}

.books-grade>span:last-child {
	margin-left: 0rem;
	vertical-align: middle;
}

.books-grade>span:last-child img {
	vertical-align: middle;
	margin-top: -6px;
}

.records-tab {
	width: 100%;
	margin: 0 auto;
	padding: .5rem 0;
	text-align: center;
	font-size: 0;
}

.records-tab p {
	display: inline-block;
	margin: 0;
	border: solid 0.013rem #aaaaaa;
	box-sizing: border-box;
	width: 1.867rem;
	height: 0.853rem;
	line-height: 0.853rem;
	color: #999999;
	font-size: 0.427rem;
}

.records-tab p.recordsActive {
	background: #bbbbbb;
	color: #fff;
}

.records-tab p:nth-of-type(1) {
	border-radius: 0.427rem 0rem 0rem 0.427rem;
}

.records-tab p:nth-of-type(3) {
	border-radius: 0rem 0.427rem 0.427rem 0rem;
}

.records-time {
	width: 92%;
	margin: 0 auto;
}

.records-time p:nth-of-type(1) {
	color: #555555;
	font-size: 0.427rem;
}

.records-time p:nth-of-type(2) {
	color: #111111;
	font-size: 0.48rem;
}

.records-books-count {
	width: 100%;
	margin: 0 auto;
	border-bottom: 0.213rem #F3F3F4 solid;
	border-top: 0.213rem #F3F3F4 solid;
	display: flex;
}

.records-books-count p {
	flex: 1;
	text-align: center;
	padding: .387rem 0;
}

.records-books-count p span {
	width: 100%;
	display: inline-block;
	color: #555555;
	font-size: 0.427rem;
}

.records-books-count p span:nth-of-type(2) {
	padding-top: .3rem;
	font-size: 0.587rem;
	color: #111111;
}

.records-books-count p span:nth-of-type(2) strong {
	font-size: 0.32rem;
	color: #999999;
	padding-left: .1rem;
}

.books-love {
	width: 100%;
	margin: .5rem auto;
	padding-bottom: .5rem;
	border-bottom: 0.213rem #F3F3F4 solid;
}

.books-love p {
	width: 92%;
	margin: 0 auto;
	color: #555555;
	font-size: 0.427rem;
}

.books-love .books-keyword {
	margin-top: .3rem;
	width: 92%;
	margin: 0 auto;
	height: 4.8rem;
	background: #f5f5f5;
	position: relative;
}

.books-love .books-keyword span:nth-of-type(1) {
	color: #ff473f;
	font-size: 0.747rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.books-love .books-keyword span:nth-of-type(2) {
	color: #ff473f;
	opacity: 0.9;
	font-size: 0.64rem;
	position: absolute;
	top: 3.08rem;
	left: .493rem;
}

.books-love .books-keyword span:nth-of-type(3) {
	color: #ff473f;
	opacity: 0.8;
	font-size: 0.533rem;
	position: absolute;
	top: .373rem;
	left: 3.8rem;
}

.books-love .books-keyword span:nth-of-type(4) {
	color: #ff473f;
	opacity: 0.7;
	font-size: 0.48rem;
	position: absolute;
	top: 3.027rem;
	left: 5.133rem;
}

.books-love .books-keyword span:nth-of-type(5) {
	color: #ff473f;
	opacity: 0.6;
	font-size: 0.427rem;
	position: absolute;
	top: 1.147rem;
	left: 1.947rem;
}

.books-love .books-keyword span:nth-of-type(6) {
	color: #ff473f;
	opacity: 0.5;
	font-size: 0.373rem;
	position: absolute;
	top: 1.228rem;
	left: 6.813rem;
}

.books-love .books-keyword span:nth-of-type(7) {
	color: #ff473f;
	opacity: 0.5;
	font-size: 0.36rem;
	position: absolute;
	top: 4.053rem;
	left: 5.093rem;
}

.books-love .books-keyword span:nth-of-type(8) {
	color: #ff473f;
	opacity: 0.4;
	font-size: 0.347rem;
	position: absolute;
	top: 0.427rem;
	left: 1.104rem;
}

.books-love .books-keyword span:nth-of-type(9) {
	color: #ff473f;
	opacity: 0.3;
	font-size: 0.333rem;
	position: absolute;
	top: 4.053rem;
	left: 2.4rem;
}

.books-love .books-keyword span:nth-of-type(10) {
	color: #ff473f;
	opacity: 0.2;
	font-size: 0.32rem;
	position: absolute;
	top: 3.2rem;
	left: 3.72rem;
}

.books-records-time {
	width: 92%;
	margin: 0 auto;
}

.books-records-time>p {
	color: #555555;
	font-size: 0.427rem;
	padding: .3rem 0;
}

#mohe-kuaidi_new .mh-wrap a {
	text-decoration: none;
}

#mohe-kuaidi_new .mh-wrap a:hover {
	text-decoration: underline;
}

#mohe-kuaidi_new .mh-form-wrap {
	padding: 5px 15px;
}

#mohe-kuaidi_new .mh-form-wrap p {
	margin: 10px 0;
}

#mohe-kuaidi_new .mh-form-wrap p label {
	margin-right: 10px;
	vertical-align: middle;
	padding: 6px 0;
}

#mohe-kuaidi_new .mh-form-wrap p input,
#mohe-kuaidi_new .mh-form-wrap p select {
	width: 186px;
	line-height: normal;
	border: 1px solid #ccc;
	padding: 6px;
	box-sizing: border-box;
	margin: 0;
}

#mohe-kuaidi_new .mh-form-wrap p button {
	width: 80px;
	height: 28px;
	border: 1px solid #ccc;
	margin-left: 10px;
	text-align: center;
	color: #333;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	cursor: pointer;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7, #ececec);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f7f7f7), color-stop(#ececec));
	background: -ms-linear-gradient(top, #f7f7f7, #ececec);
	background: linear-gradient(to bottom, #f7f7f7, #ececec);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ececec', GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap p button:hover {
	background: -moz-linear-gradient(top, #ececec, #f7f7f7);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#ececec), color-stop(#f7f7f7));
	background: -ms-linear-gradient(top, #ececec, #f7f7f7);
	background: linear-gradient(to bottom, #ececec, #f7f7f7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#f7f7f7', GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap p button:active {
	background: -moz-linear-gradient(top, #f3f3f3, #fff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f3f3f3), color-stop(#fff));
	background: -ms-linear-gradient(top, #f3f3f3, #fff);
	background: linear-gradient(to bottom, #f3f3f3, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap form.mh-loading p button {
	position: relative;
	color: transparent;
	pointer-events: none;
}

#mohe-kuaidi_new .mh-form-wrap form.mh-loading p button::after {
	background: url(http://p1.qhimg.com/d/inn/1b1cc057/loading_s.gif) no-repeat center;
	content: '';
	display: inline-block;
	width: 4em;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2em;
	margin-top: -10px;
}

#mohe-kuaidi_new .mh-form-wrap .mh-error {
	display: none;
	color: #c00;
}

#mohe-kuaidi_new .mh-form-wrap .mh-error label {
	visibility: hidden;
}

#mohe-kuaidi_new .mh-list-wrap.mh-unfold {
	height: 100%;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list {
	/* 	border-top: 1px solid #eee;
	margin: 0 15px;
	padding: 15px 0; */
}

#mohe-kuaidi_new .mh-list-wrap .mh-list ul {
	width: 95%;
	margin: 0 auto;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li {
	position: relative;
	margin-bottom: .4rem;
	color: #666;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li p {
	/* height: 0.427rem; */
	padding-left: .2rem;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li p:nth-of-type(1) {
	color: #111111;
	font-size: 0.453rem;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li p:nth-of-type(2) {
	color: #999999;
	font-size: 0.32rem;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li .before {
	position: absolute;
	left: -13px;
	top: .5rem;
	height: 82%;
	width: 0;
	border-left: 3px solid #e2e2e2;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li .after {
	position: absolute;
	left: -16px;
	top: .25rem;
	width: 0.133rem;
	height: 0.133rem;
	background: #fdb01c;
	border-radius: 50%;
}

#mohe-kuaidi_new .mh-kd-wrap {
	position: relative;
	border-top: 1px solid #eee;
	padding: 15px;
	padding-bottom: 25px;
	background: #fafafa;
}

#mohe-kuaidi_new .mh-kd-wrap li {
	display: none;
}

#mohe-kuaidi_new .mh-kd-wrap li.mh-selected {
	display: block;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-img-wrap {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	overflow: hidden;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-img-wrap img {
	width: 50px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap {
	font-size: 13px;
	margin-left: 60px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap p {
	margin-bottom: 8px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-name {
	font-family: "Microsoft Yahei";
	font-size: 14px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a {
	text-decoration: none;
	margin-right: 10px;
	padding: 2px 10px;
	border: 1px solid #ccc;
	color: #333;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a:hover {
	background: white;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a:active {
	background: -moz-linear-gradient(top, #f3f3f3, #fff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f3f3f3), color-stop(#fff));
	background: -ms-linear-gradient(top, #f3f3f3, #fff);
	background: linear-gradient(to bottom, #f3f3f3, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
}

#mohe-kuaidi_new .mh-slogan {
	position: absolute;
	right: 20px;
	bottom: 0;
	cursor: pointer;
}

#mohe-kuaidi_new .mh-slogan-hover {
	color: #3eaf0e;
}

#mohe-kuaidi_new .mh-slogan span {
	vertical-align: middle;
}

#mohe-kuaidi_new .mh-qrcode-wrap {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 96px;
	margin-right: -110px;
	border: 1px solid #d6d6d6;
	color: #999;
	padding: 6px;
	box-shadow: 0 1px 1px #efefef;
}

#mohe-kuaidi_new .mh-icon-qr {
	background-position: 0 -17px;
	display: inline-block;
	*zoom: 1;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-left: 10px;
}

#mohe-kuaidi_new .mh-slogan-hover .mh-icon-qr {
	background-position: 0 0;
}

#mohe-kuaidi_new .mh-icon-t {
	position: absolute;
	left: -9px;
	bottom: 14px;
	width: 10px;
	height: 16px;
	background-position: 0 -34px;
	background-color: white;
}

#mohe-kuaidi_new .mh-icon-new {
	position: absolute;
	left: -20px;
	top: 1.5em;
	width: 41px;
	height: 18px;
	margin-left: -41px;
	margin-top: -9px;
	background-position: 0 -58px;
}

#mohe-kuaidi_new .mh-wrap .mb-search {
	text-decoration: underline;
	margin-left: 20px;
}

#mohe-kuaidi_new .mh-wrap .mb-search .mh-new {
	display: inline-block;
	width: 21px;
	height: 9px;
	margin: -1px 0 0 3px;
	background: url(http://p0.qhimg.com/t01a3bd62f6db66463c.png) no-repeat;
}

#mohe-kuaidi_new .mh-identcode {
	border-top: 1px solid #f5f5f5;
	padding: 10px 15px;
	display: none;
}

#mohe-kuaidi_new .mh-identcode .mh-img-wrap {
	float: left;
	width: 54px;
	height: 54px;
	padding: 6px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#mohe-kuaidi_new .mh-identcode .mh-img-wrap img {
	width: 54px;
}

#mohe-kuaidi_new .mh-identcode .mh-img-tip {
	margin-left: 78px;
}

#mohe-kuaidi_new .mh-identcode .mh-tip-txt {
	font-size: 13px;
	line-height: 38px;
	color: #666;
}

#mohe-kuaidi_new .mh-identcode .mh-btn-install {
	text-decoration: none;
	margin-right: 10px;
	padding: 2px 10px;
	border: 1px solid #ccc;
	color: #333;
}

#mohe-kuaidi_new .mh-identcode .mh-btn-install:hover {
	text-decoration: none;
}
.bookrack-tab {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: inset 0rem -0.013rem 0rem 0rem #eaeaea;
	box-shadow: inset 0rem -0.013rem 0rem 0rem #eaeaea;
	height: 0.933rem;
}

.bookrack-tab p {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	text-align: center;
	line-height: .933rem;
}

.bookrack-tab p span {
	color: #999999;
	font-size: .427rem;
	display: inline-block;
}

.bookrack-tab p .topActive {
	color: #111111;
}

.bookrack-tab p .topActive::after {
	content: "  ";
	width: 1rem;
	height: 3px;
	background-color: #ff473f;
	margin: 0 auto;
	display: block;
}
.book-text{
	width: 92%;
	margin: 0 auto;
}
.book-text>p{
	font-size: .38rem;
	color: #323232;
	padding: .2rem 0;
}
.book-introduce>p{
	font-size: .35rem;
	color: #323232;
}
.swiper-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.swiper-slide-list{
	width:30%;
	position: relative;
}
.swiper-slide-list a {
	width: 100%;
	height: 100%;
	text-align: left;
}
.swiper-slide-list>a>p {
	width: 100%;
	text-align: left;
	padding: .267rem 0;
	color: rgba(0, 0, 0, 0.74);
	font-size: 0.373rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-slide-list>a>span {
	font-size: 0.293rem;
	display: inline-block;
	background-color: rgba(255, 138, 102, .08);
	border-radius: 0.267rem;
	padding: .093rem .24rem;
	color: #ff8a66;
}

.swiper-slide-list>a>div>img {
	width: 100%;
	height: 3.107rem;
	margin: 0rem auto;
	background-color: #ececec;
	border-radius: 0.213rem;
}