[v-cloak]{
	display: none;
}
.head{
	width: 100%;
	height: 9.64rem;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
}
.bg{
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}
.headTop{
	display: flex;
	align-items: center;
	margin-bottom: 0.7rem;
	position: relative;
}
.headTopLeft{
	height: 3.57rem;
	width: 3.57rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0.286rem;
	margin-right: 0.72rem;
}
.headTopLeft span{
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
}
.headTopLeft img{
	width: 100%;
	height: 100%;
	border-radius: 0.286rem;
}
.headTopRight h1{
	font-size: 1.14rem;
	color: #333333;
	line-height: 2.6rem;
}
.headTopRight p{
	font-size: 0.857rem;
	color: #333333;
}
.addFollow{
	position: absolute;
	font-size: 1.07rem;
	line-height: 2.6rem;
	color: #E37D3F;
	right: 0;
	top: 0;
}
.headBottom p{
	font-size: 0.857rem;
	color: #333333;
	line-height: 1.43rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
 	word-break: break-all;
}
.navSection{
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
	overflow: hidden;
	height: 3.14rem;
	-position: relative;
}
.navBox{
	overflow-x: scroll;
	overflow-y: hidden;
	display:flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
	padding-bottom: 1rem;
}
.nav{
	display: inline-block;
	height: 3.14rem;
	margin: 0 1rem;
	min-width: 15%;
}
.nav span{
	display: block;
	height: 3.14rem;
	line-height: 3.14rem;
	font-size: 1rem;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.nav.active span{
	color: #E37D3F;
}
.nav.active span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #E37D3F;
	left: 0;
	bottom: 0;
	border-radius: 1px;
}
.dz{
	padding: 0 1rem;
	height: 100%;
}
.load-more{
	display: none;
}
.bookList{
	margin-left: 1.07rem;
	-overflow: hidden;
}
.bookList>li{
	display: flex;
	align-items: center;
	margin-top: 1.08rem;
}
.bookListLeft{
	width: 5.71rem;
	height: 7.43rem;
	margin-right: 1.07rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	border-radius: 0.28rem;
}
.bookListLeft>img{
	width: 100%;
	height: 100%;
	border-radius: 0.28rem;
}
.bookListRight{
	flex: 1;
	min-height: 7.6rem;
	padding-right: 1.07rem;
	border-bottom: 1px solid #D9D9D9;
}
.bookListTop{
	display: flex;
	align-items: center;
	margin: 0.2rem 0 0.2rem 0;
	justify-content: space-between;
}
.bookListTop h1{
	font-size: 1rem;
	line-height: 1.2rem;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 14.2rem;
}
.bookListTop p{
	min-width: 3.07rem;
	font-size: 1rem;
	color: #E37D3F;
	text-align: right;
}
.bookListMiddle{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bookListMiddle h2{
	width: 17.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.93rem;
	color: #7E7E7E;
	line-height: 1.43rem;
}
.bookListMiddle p{
	min-width: 3.07rem;
	font-size: 0.93rem;
	color: #7E7E7E;
	line-height: 1.43rem;
	text-align: right;
}
.bookListBottom{
	display: flex;
	justify-content: space-between;
}
.bookListBottom h2{
	flex: 1;
	font-size: 0.93rem;
	color: #7E7E7E;
	line-height: 1.43rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
 	word-break: break-all;
}
.bookListBottom h2 span{
	font-size: 0.93rem;
	color: #7E7E7E;
	line-height: 1.43rem;
}
.bookListBottom p{
	min-width: 3.07rem;
	font-size: 0.93rem;
	color: #7E7E7E;
	line-height: 1.43rem;
	text-align: right;
}
.backBtn{
	position: fixed;
	top: 0.36rem;
	left: 0.71rem;
	width: 2.14rem;
	height: 2.14rem;
}
.backBtn img{
	width: 100%;
	height: 100%;
}
.hadBuyBtn{
	position: fixed;
	bottom: 2rem;
	right: 1.07rem;
	width: 3.58rem;
	height: 3.58rem;
	z-index: 999;
}
.hadBuyBtn img{
	width: 100%;
	height: 100%;
}
.hasNoMore{
	font-size: 1rem;
	text-align: center;
	padding: 2rem 0;
}

.detailHead{
	display: flex;
	align-items: center;
	margin: 1.07rem 0 1.07rem 1.07rem;
}
.mainBox{
	overflow: hidden;
	background: #FFFFFF;
}
.newBookList .bookListRight{
	border-bottom: none;
	-height: inherit;
}
.newBookList .bookListRight .bookListTop{
	margin: 0.4rem 0;
}
.newBookList .bookListRight .bookListTop h1{
	width: 17.86rem;
	line-height: 1.4rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
 	word-break: break-all;
 	white-space: normal;
}
.newBookListBox .bookList{
	margin-left: 0;
}
.newBookListBox .bookListRight .bookListTop h1{
	width: 17.86rem;
	line-height: 1.4rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
 	word-break: break-all;
 	white-space: normal;
}
.detailContent{
	background: #EDEDED;
	padding-left: 1.07rem;
	overflow: hidden;
}
.detailContentTitle{
	border-left: 0.29rem solid #E37D3F;
	display: flex;
	align-items: center;
	margin: 1.08rem 0;
}
.detailContentTitle h1{
	font-size: 1rem;
	color: #333333;
	margin: 0 1rem;
	font-weight: bold;
}
.detailContentTitle p{
	font-size: 0.93rem;
	color: #7E7E7E;
}
.hadbuyBookListBox .bookListRight .bookListTop{
	margin: 0.4rem 0;
}
.hadbuyBookListBox .bookListRight .bookListMiddle h2{
	width: 17.86rem;
}
.subCourseBox{
	padding-left: 1.07rem;
	background: #FFFFFF;
	padding-top: 0.6rem;
}
.maindetailContent{
	background: #FFFFFF;
}

.loginbody {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f0f0f6;
    overflow: scroll;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.loginlogo {
    margin-top: 40px;
    font-family: PingFangSC-Regular;
    font-size: 1.7rem;
    color: #656565;
    text-align: center;
}
.loginbox {
    border: 1px solid #c8c7cc;
    background: #fff;
    width: 92%;
    margin: 0 auto;
    margin-top: 65px;
}
.loginitem {
    height: 3.357rem;
    line-height: 3.357rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginitem input {
    height: 3.357rem;
    line-height: 3.357rem;
    width: 100%;
    text-indent: 1rem;
    font-size: 1rem;
}
.logininput {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}
.logininput>input.code {
    height: 3.357rem;
    line-height: 3.357rem;
    width: 55%;
    border: 1px solid #c8c7cc;
    text-indent: 1rem;
    box-sizing: border-box;
    font-size: 1rem;
}
.getcode {
    width: 40%;
    height: 3.357rem;
    line-height: 3.357rem;
    text-align: center;
    font-size: 0.93rem;
    background: #fff;
    border: 1px solid #F5AC53;
    box-sizing: border-box;
}
.getcode span {
    font-size: 1rem;
    color: #F5AC53;
}
.unLoginBtn{
	color: #FFFFFF;
	background: #999999;
	border: 1px solid #999999;
}
.unLoginBtn span {
    color: #FFFFFF;
}
.p_loginbtn {
    width: 90%;
    height: 2.857rem;
    line-height: 2.857rem;
    text-align: center;
    background: #F5AC53;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 5rem;
    font-size: 1rem;
}
.useInfoBox{
	width: 90%;
	margin: 0 auto;
	margin-top: 3rem;
}
.useInfoBox a{
	font-size: 1rem;
	float: right;
	color: #007AFF;
	-text-decoration: underline;
}
.toastClass	span{
	color: #FFFFFF;
}
.validDateBox{
	min-height: 0.8rem;
}
.validDateBox p{
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 1rem;
	color: #7E7E7E;
}
.infoBox{
	position: fixed;
	top: 1rem;
	right: 1rem;
	background: #FFFFFF;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}
.infoBox img{
	width: 100%;
	height: 100%;
}
.p_myinfoltbox{
	background: #fff;
}
.p_myinfoltbox>a {
    display: flex;
    align-items: center;
    height: 3.77rem;
    border-bottom: 1px solid #f0f0f6;
}
.p_myinfoltbox>a img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    margin-right: 1.143rem;
}
.p_myinfoltbox>a p {
    flex: 1;
    font-size: 1rem;
    line-height: 3.77rem;
}
.navBottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #E0E0E0;
	z-index: 99;
	background: #FFFFFF;
}
.navBottomList{
	display: flex;
	align-items: center;
	justify-content: space-around;
	-margin-left: 1.07rem;
}
.navBottomList>li{
	display: flex;
	align-items: center;
	height: 3.43rem;
	flex: 1;
	justify-content: center;
}
.navBottomList>li img{
	width: 1.78rem;
	height: 1.78rem;
	margin-right: 0.8rem;
}
.navBottomList>li span{
	font-size: 1rem;
	color: #7A7E83;
}
.navBottomList>li.active span{
	color: #E37D3F;
}
.loginStatusTop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 3.43rem;
	display: flex;
	align-items: center;
	padding: 0 1.07rem;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(209,209,209,0.50);
}
.loginStatusTop p{
	font-size: 1rem;
	color: #BFBFBF;
}
.changeLoginBtn{
	border: 1px solid #E37D3F;
	border-radius: 0.143rem;
	line-height: 2rem;
	height: 2.143rem;
	padding: 0 0.43rem;
	color: #E37D3F;
	font-size: 0.93rem;
	box-sizing: border-box;
	margin-right: 1.07rem;
}
.routerViewBody{
	margin-top: 3.43rem;
	margin-bottom: 4rem;
}
.noData{
	overflow: hidden;
}
.noData img{
	display: block;
	margin: 10rem auto 1rem;
	width: 10rem;
}
.noData p{
	font-size: 0.93rem;
	line-height: 2rem;
	color: #A7A7A7;
	text-align: center;
}
.followList li{
	display: flex;
	align-items: center;
}
.courseListLeft img{
	width: 4rem;
	height: 4rem;
	padding: 1.07rem;
	border-radius: 0.2rem;
}
.courseListRight{
	border-bottom: 0.0357rem solid #F0F0F0;
	flex: 1;
	padding: 1.07rem;
	padding-left: 0;
	height: 4rem;
	position: relative;
}
.courseListRightTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.86rem;
}
.courseListRightTop h1{
	font-size: 1.07rem;
	line-height: 1.8rem;
	color: #101010;
	width: 15.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.followBox{
	display: flex;
	align-items: center;
	width: 4rem;
	justify-content: space-between;
}
.followBtn{
	width: 1.07rem;
	height: 1.07rem;
}
.followBtn>img{
	width: 100%;
	height: 100%;
}
.courseListRight>p{
	font-size: 1rem;
	line-height: 1.2rem;
	color: #565656;
	width: 19.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wechatLogin{
	text-align: center;
	margin-top: 2rem;
}
.wechatLogin img{
	width: 1.78rem;
	height: 1.78rem;
	vertical-align: bottom;
}
.wechatLogin span{
	display: inline-block;
	font-size: 1rem;
	line-height: 1.78rem;
}
.advertisementBody{
	padding: 0 1.07rem;
}
.advertisementHead{
	font-size: 18px;
	color: #000000;
	line-height: 2.857rem;
	border-bottom: 1px solid #E1E1DF;
}
.advertisementMiddle{
	padding-top: 0.6rem;
}
.advertisementMiddle p{
	font-size: 1.143rem;
	color: #333333;
	line-height: 1.786rem;
	margin-bottom: 1rem;
}
.advertisementMiddle p a{
	color: #0076FF;
	text-decoration: underline;
}
.login_intro{
	width: 90%;
	margin: 0 auto;
	margin-top: 1.786rem;
}
.login_intro h1{
	font-size: 1.07rem;
	line-height: 1.786rem;
	color: #676767;
	margin-bottom: 1rem;
}
.login_intro p{
	font-size: 0.93rem;
	line-height: 2rem;
	color: #676767;
}
.login_intro p a{
	font-size: 0.93rem;
	line-height: 2rem;
	color: #E37D3F;
}
.login_intro p.login_intro_p_apart{
	margin-bottom: 0.4rem;
}
.login_intro p.login_intro_p_blank{
	-text-indent: 3rem;
	padding-left: 3rem;
}
.login_intro p img{
	width: 3.857rem;
	height: 1.2857rem;
	margin: 0 0.4rem;
	vertical-align: middle;
	margin-bottom: 0.2rem;
}
.login_intro h2{
	margin-top: 1rem;
	font-size: 0.93rem;
	line-height: 1.786rem;
	color: #A9A9A9;
}
.nut-toast .nut-toast-inner{
	max-width: 85%;
	word-break:keep-all;
	white-space: nowrap;
}
.searchbox {
    -width: 100%;
    display: flex;
    align-items: center;
    -height: 3.77rem;
    -background: #f3f4f8;
    -margin-left: 1.07rem;
}
.searchbox .newsearchbox {
    -width: 100%;
    -margin: 0 auto;
    display: flex;
    justify-content: center;
}
.newsearchinput {
    width: 16rem;
    background: #F1F1F1;
    height: 2.18rem;
    border-top-left-radius: 0.28rem;
    border-bottom-left-radius: 0.28rem;
    box-sizing: border-box;
    text-indent: 1.09rem;
    font-size: 1rem;
}
.newsearchbtn {
    background: #F1F1F1;
    border-top-right-radius: 0.28rem;
    border-bottom-right-radius: 0.28rem;
    height: 2.18rem;
    display: flex;
    width: 2.68rem;
    align-items: center;
    justify-content: center;
}
.newsearchbtn img {
    display: block;
    width: 1rem;
    -padding-left: 0.2rem;
}
.noData a{
	display: block;
	font-size: 1.07rem;
	color: #E33f3f;
	border: 1px solid #E33f3f;
	line-height: 2.4rem;
	border-radius: 1.2rem;
	width: 7rem;
	text-align: center;
	margin: 1.786rem auto;
}
.noData div{
	display: block;
	font-size: 1.07rem;
	color: #E33f3f;
	border: 1px solid #E33f3f;
	line-height: 2.4rem;
	border-radius: 1.2rem;
	width: 7rem;
	text-align: center;
	margin: 1.786rem auto;
}
.navTop{
	flex: 1;
}
.pheadtop{
	display: flex;
	align-items: center;
	height: 3.3rem;
}
.pheadtop a{
	display: flex;
	align-items: center;
}
.pheadtop span{
	font-size: 1rem;
	line-height: 18px;
}
