@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .bottom-wrapper {
		padding-bottom:14px;
		border-top:1px solid #ddd;

    }
}

/*清浮动*/
.clear:after{
    width:0;
    height:0;
    font-size:0;
    content: "";
    display:block;
    visibility: hidden;
    clear:both;
}
.clear{
    zoom:1;
}
/*浮动*/
.fl{
    float:left;
}
.fr{
    float:right;
}
.hide{
    display: none;
}
/*弹窗遮罩*/
.mask{
	position:absolute;
	width: 100%;
	height:100%;
	z-index: 19999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	display: none;

}
.dialog_popup{
	padding:20px;
	width:200px;
	height:180px;
	box-shadow: 1px 1px 3px #eee;
	background:#fff;
	z-index:20000;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:1px solid #eee;
	border-radius:20px;
	display: none;
}
.dialog_popup>img{
	width:150px;
	height:150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
}
.p_text{
	padding:10px 20px;
	text-align:center;
	font-size:16px;
}
*{
	font-family: PingFangSC-Medium, sans-serif;
}
.header{
	height:1.92rem;
	background:#fff;
	line-height: 1.92rem;
	text-align: center;
	font-size: 0.72rem;
	color:#333;
}
.bottom_con{
	width:100%;
	height:2rem;
}
.www{
	width:100%;
	background:#e0e0e0;
	margin-top:0.4rem;
	position:fixed;
	bottom:0px;
	align-items:center;
	height:2.52rem;
	border-top:1px solid #ddd;
}
.bottom-wrapper{
	width:100%;
	height:100%;
	background: #fff;
	position: absolute;
	bottom:0;
}
.bottom{
	width:100%;
	height:100%;
	display: flex;
	background:#fff;
}
.icon_wrapper{
	flex:1;
	margin-top:0.42rem;
	display: flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.icon_wrapper>p{
	font-size: 0.52rem;
	color:#333;
	text-align: center;
}
.icon{
	flex:1;
	display: flex;
	align-items:flex-end;
	font-size:0.52rem;
}
.icon-text-active{
	color:#529bf5 !important;
}
.free_learn .icon{
	width:0.68rem;
	height:0.76rem;
	background: url(../img/icon_book.png) no-repeat;
	background-size: 0.68rem 0.76rem;
}
.free_learn>.icon-active{
	width:0.68rem;
	height:0.76rem;
	background: url(../img/icon_book_active.png) no-repeat;
	background-size: 0.68rem 0.76rem;
}
.share .icon{
	width:0.74rem;
	height:0.74rem;
	background: url(../img/icon_share.png) no-repeat;
	background-size: 0.74rem 0.74rem;
}
.share>.icon-active{
	width:0.74rem;
	height:0.74rem;
	background: url(../img/icon_share_active.png) no-repeat;
	background-size: 0.74rem 0.74rem;
}
.custom_server .icon{
	width:0.96rem;
	height:0.88rem;
	background: url(../img/icon_kefu.png) no-repeat;
	background-size: 0.96rem 0.88rem;
}
.custom_server>.icon-active{
	width:0.96rem;
	height:0.88rem;
	background: url(../img/icon_kefu_active.png) no-repeat;
	background-size: 0.96rem 0.88rem;
}
.mine .icon{
	width:0.86rem;
	height:0.78rem;
	background: url(../img/icon_person.png) no-repeat;
	background-size: 0.86rem 0.78rem;
}
.mine>.icon-active{
	width:0.86rem;
	height:0.78rem;
	background: url(../img/icon_person_active.png) no-repeat;
	background-size: 0.86rem 0.78rem;
}
.learning .icon{
	width:0.78rem;
	height:0.78rem;
	background: url(../img/icon_learn.png) no-repeat;
	background-size: 0.78rem 0.78rem;
}
.learning>.icon-active{
	width:0.78rem;
	height:0.78rem;
	background: url(../img/icon_learn_active.png) no-repeat;
	background-size: 0.78rem 0.78rem;
}
.user{
	width:98%;
	height: 2.5rem;
	border-bottom: 1px solid #c0c0bf;
}
.user_1{
	
}
.user_1a{
	width: 5rem;
	height: 2.05rem;
	margin:0.1rem 0 0.1rem;
	border-radius: 0.5rem;
	background: #01addf;
	margin-right: 0.5rem;
}
.tx_img{
	width: 1.5rem;
	height: 1.5rem;
	margin:0.2rem 0.15rem;
	border-radius: 100%;
	overflow: hidden;
	border:1px solid #fff;
}
.tx_id{
	color: #fff;
	margin:0.2rem 0 0 0;
	line-height: 0.8rem;
	font-size: 0.6rem;
}
.user_1b{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:0.52rem;
	background:rgba(65,90,131,0.8);
	height: 1.5rem;
	line-height: 1.5rem;
	margin:0.55rem 0 0.1rem 0.25rem;
	border-radius: 0.75rem;
	box-shadow: 1px 2px 2px 1px #253e53;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	/*color: rgb(253,152,15);*/
	color:#fff;
	position: relative;
}
.img_guangbo{
	position:absolute;
	bottom:0.3rem;
	left:0;
	width:0.8rem;
	height:0.8rem;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-left:0.4rem;
}