* {
	margin: 0;
	padding: 0;
	font-family: PingFang SC, "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei";
}
html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

img {
	width: 100%;
	display: block;
}

input {
	border: none;
	outline: none;
}
.head_nav {
	height: 0.88rem;
	position: relative;
	font-size: 0.32rem;
}

.head_return {
	position: absolute;
	left: 0.32rem;
	width: 0.2rem;
	display: flex;
	align-items: center;
	height: 100%;
}

.head_cont {
	text-align: center;
	line-height: 0.88rem;
}
/* 头部 */
.ke_list{
	display: flex;
	padding: 15px;
}
.ke_left{
	width: 107.5px;
	height: 144px;
	margin-right: 15px;
	position: relative;
}
.ke_left img{
	width: 100%;
	height: 100%;
}
.ke_right{
	flex: 1;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}
.ke_ring{
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.ke_pay{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.ke_ring img{
	width: 100%;
}
.ke_top{
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.ke_stract{
	color: #a0a0a0;
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
}
/*.ke_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}*/
.ke_bottom span{
	color: #FC4431;
	font-size:18px;
}
.ke_bottom img{
	width: 0.3rem;
	display: inherit;
	margin-left: 0.2rem;
}
span.ke_sp{
	font-size: 13px;
}
span.ke_tim{
	color: #8e8e8e;
}
.buy{
	width: 60px;
	display: block;
	height: 28px;
	font-size: 14px;
	background-color: #FC4431;
	border-radius: 2px;
	text-align: center;
	line-height: 28px;
}
.buy a{
	color: #ffffff;
}
.curr_catalog{
	padding: 0 0.32rem;
	box-shadow: 1px 1px 8px 0px #E9E9E9, 1px 1px 8px 0px #E9E9E9;
	border-radius: 20px 20px 0 0;
	flex: 1;
}
.catalog_nav{
	display: flex;
	justify-content: space-around;
	height: 0.8rem;
	margin-top: 0.25rem;
	border-bottom: 1px solid #E6E6E6;
}
.catalog_con{
	padding-bottom: 1rem;
}
.mulu{
	font-size: 0.32rem;
	color: #666666;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mulu span{
	display: block;
	height: 0.72rem;
	line-height: 0.72rem;
}
.mulu div{
	width: 0.3rem;
	height: 0.08rem;
	display: none;
}
.mulu img{
	width: 100%;
	height: 100%;
}
.jianjie{
	color: #222744;
	font-weight: 900;
}
.jianjie div{
	display: block;
}
.celue{
	margin-top: 0.6rem;
}
.celue h2{
	position: relative;
	font-size: 0.28rem;
	padding-left: 0.2rem;
	margin-bottom: 0.2rem;
}
.celue h2::before{
    content: " ";
    width: 2px;
    height: 0.3rem;
    background-color: #FC4431;
    position: absolute;
    left: 0px;
    top: 0.06rem;
}
.celue p{
	font-size: 0.26rem;
	line-height: 0.46rem;
}
.cata_number{
	color: #646464;
	font-size: 0.3rem;
	margin: 0.25rem 0 0.06rem;
}
.cata_left{
	width: 1.98rem;
    height:1.58rem;
	margin-right: 0.26rem;
	position: relative;
}
.cata_left img{
    height:100%;
}
.ke_pay img{
    height:auto;
	width: 30px;
}
.cata_list a{
	display: flex;
	padding: 0.3rem 0;
	border-bottom: 1px solid #E4E5F0;
}
.cata_right h2{
	font-size: 0.32rem;
}
.cata_right p{
	font-size: 0.28rem;
	color: #a0a0a0;
}
.cata_right span{
	font-size: 0.24rem;
	color: #AAAAAA;
	display: block;
}
.cata_right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 底部购买栏 */
.curr_footer{
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #F0F0F0;
}
.curr_cent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.22rem 0.32rem;
}
.money_top{
	font-size: 0.4rem;
	color: #FC4431;
	line-height: 0.34rem;
}
.money_bot{
	font-size: 0.24rem;
	color: #C3C3C3;
	text-decoration: line-through;
}
.people{
	font-size: 0.24rem;
	color: #999999;
}
.people span{
	color: #666666;
}
.money_buy{
	      width: 1.5rem;
	      height: 0.65rem;
	    background-color: #FC4431;
	    color: #ffffff;
	    font-size: 0.32rem;
	    border-radius: 4px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
/*底部购买*/

.curriculum{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: auto;
	flex: 1;
}
.gooter_money{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: 0.1rem;
}

.hot_list{
	display: flex;
	padding-top: 0.3rem;
}
.hot_img{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	margin-right: 0.22rem;
}
.hot_img img{
	border-radius: 50%;
}
.hot_right{
	flex: 1;
}
.right_ts{
	font-size: 0.3rem;
	color: #515154;
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.hot_oi {
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.48rem;
    margin-top: 0.1rem;
}
.right_hui{
	width: 0.28rem;
}
.foo_p{
	color: #999999;
	font-size: 0.24rem;
}
.fos{
	width: 0.26rem;
	margin-right: 0.12rem;
}
.fost{
	width: 0.28rem;
	margin-right: 0.12rem;
}

.hotfo,.hotfo a{
	font-size: 0.26rem;
	color: #666666;
}
.hotfo{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.hotfo a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot_foot{
	display: flex;
	padding: 0.26rem 0;
	border-bottom: 1px solid #F4F5F6;
}
.fo_img,.fo_imgs{
	display: flex;
	align-items: center;
}
.fo_img{
	margin-right: 0.3rem;
}

/*.reply_footer{
	height: 1.15rem;
	background-color: #ffffff;
	border-top: 1px solid #F0F0F0;
	width: 100%;
    padding:0 0;
	display: none;
}*/
.reply_cent{
	height: 100%;
	display: flex;
	align-items: center;
    flex:1;
    margin:0 0.3rem;
}
.foot_cen{
	height: 0.65rem;
	display: flex;
	align-items: center;
	flex: 1;
	/*margin: 0 0.3rem;*/
}
a.footer_left{
	flex: 1;
	height: 100%;
	background-color: #F4F5F5;
	border-radius: 0.33rem;
	display: flex;
	padding: 0 0.3rem;
	color: #75797d;
	font-size: 0.32rem;
	align-items: center;
    margin:0 0.6rem;
}
.foo_inp{
	width: 100%;
	height: 100%;
	background-color: #F4F5F5;
	color: #C7C7C7;
	/* border-radius: 0.33rem; */
}
.foo_ri{
	width: 0.4rem;
	margin-left: 0.3rem;
}
.foo_te{
    position: absolute;
    top: -0.18rem;
    right: -0.4rem;
    color: #ffffff;
    font-size: 0.16rem;
    background-color: #e45d58;
    padding: 0 0.12rem;
    border-radius: 0.3rem;
    opacity: 0.5;
	width: 0.43rem;
}
/* åº•éƒ¨è´­ä¹°æ  */
.curr_footer{
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #F0F0F0;
}
.curr_cent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.22rem 0.32rem;
}
.money_top{
	font-size: 0.4rem;
	color: #FC4431;
	line-height: 0.34rem;
}
.money_bot{
	font-size: 0.24rem;
	color: #C3C3C3;
	text-decoration: line-through;
}
.people{
	font-size: 0.24rem;
	color: #999999;
}
.people span{
	color: #666666;
}
.money_buy{
	      width: 1.5rem;
	      height: 0.65rem;
	    background-color: #FC4431;
	    color: #ffffff;
	    font-size: 0.32rem;
	    border-radius: 4px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
.ke_bottom{
	color: #FC4431;
}
.ke_bottom img{
	width: 0.3rem;
	display: inherit;
	margin-left: 0.2rem;
}
.gooter_money{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: 0.1rem;
}
.foo_return{
width: 1rem;
    height: 1rem;
	border-radius: 50%;
	font-size: 0.36rem;
	color: #666666;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	right: 0.5rem;
	bottom: 3rem;
	box-shadow: 0px 3px 6px 0px rgb(238 238 238 / 80%), 0px -3px 6px 0px rgb(238 238 238 / 80%);
}
.foo_return img{
	width: 0.6rem;
}

.reply{
	font-size: 0.3rem;
	color: #1F1D20;
	line-height: 0.48rem;
	padding: 0.24rem 0.3rem 0.4rem 0.26rem;
	border-radius: 0.08rem;
	background-color: #F6F6F9;
	margin-top: 0.24rem;
}
.reply p{
	padding-bottom: 0.2rem;
}
.reply span{
	color: #8F8E93;
}
.reply a{
	color: #007CFF;
	font-size: 0.28rem;
}


.reply_footer{
	height: 0.98rem;
	background-color: #ffffff;
	border-top: 1px solid #F0F0F0;
	padding: 0 0;
	display: flex;
	    align-items: center;
}

.footer_left{
	flex: 1;
	height: 100%;
	background-color: #F4F5F5;
	border-radius: 0.33rem;
	display: flex;
	padding: 0 0.3rem;
}
.foo_inp{
	width: 100%;
	height: 100%;
	background-color: #F4F5F5;
	color: #C7C7C7;
	/* border-radius: 0.33rem; */
}
