@charset "utf-8";
@media (min-width: 768px) {
	html::-webkit-scrollbar,
	div::-webkit-scrollbar,
	ul::-webkit-scrollbar {
	  width: 0;
	}
}

.nav-back{
	background-color: #204CA0;
}
.nav-back li {
	color: #fff !important;
}

.text-truncat-3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0!important;
}
.search {
	position: relative;
    margin-bottom: 0px;
    padding: 5px 10px 0;
}
.search .sbtn {
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 40px;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
}
.userinfo {
	padding-left: 5rem;
	padding-top: .8rem;
}
.item-icon {
	float: left;
	width: .8rem;
}
.item-text {
	padding-left: 1.3rem;
}
.date {
	border-bottom: 2px solid #204CA0;
}
.date-span {
	background-color: #204CA0;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	color: #fff;
	font-size: 1rem;
	padding: .3rem;
	background:radial-gradient(40rpx at right bottom,transparent 50%,#1889F6 50%);
}