* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

input,
button {
	border: none;
}

html{
    display: flex;
    justify-content: center;
}

body {
	background: #f5f5f5;
	max-width: 640px;
	width: 100%;
}

.psy_home_footer {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.psy_home_footer li {
	width: 33.33%;
	height: 50px;
	float: left;
}

.psy_home_footer li img {
	height: 24px;
	display: block;
	margin: 4px auto 2px;
}

.psy_home_footer li p {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #ccc;
}

.psy_home_footer li.action p {
	color: #ff6633;
}
.psy_footers{
	width: 100%;
	height: 80px;
}
.psy_home_search {
	width: 92%;
	height: 1.8rem;
	background: #fff;
	border-radius: 44px;
	margin-left: 1rem;
	position: relative;
	margin-top: 0.1rem;
}

.psy_home_search img {
	height: 1rem;
	position: absolute;
	top: 0.4rem;
	left: 0.75rem;
}

.psy_home_search input {
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 13px;
	color: #999;
	padding-left: 2rem;
	background: transparent;
	box-sizing: border-box;
}

.psy_home_search input::placeholder {
	color: #999;
	font-size: 13px;
}

.psy_home_topbg {
	width: 100%;
	height: 9rem;
	background: #ff6633;
	border-radius: 0 0 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.psy_home_banner {
	width: 92%;
	height: 8rem;
	margin: 1rem 4%;
	border-radius: 0.5rem;
	position: relative;
}

.psy_home_title {
	width: 92%;
	height: 2rem;
	margin: 1rem 4% 0rem;
	display: flex;
	justify-content: space-between;
}

.psy_home_title h3 {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	color: #fff;
	flex-shrink: 0;
	height: 2rem;
	line-height: 2rem;
}

.psy_home_banner .swiper {
	width: 100%;
	height: 100%;
}

.psy_home_banner .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.psy_home_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.psy_home_nav{
	width: 92%;
	height: 4.75rem;
	background: #fff;
	margin: 0 4%;
	border-radius: 0.5rem;
}
.psy_home_nav li{
	width: 25%;
	height: 4.75rem;
	padding: 0.6rem 0;
	box-sizing: border-box;
	float: left;
}
.psy_home_nav li img{
	height: 2rem;
	display: block;
	margin: 0rem auto 0;
}
.psy_home_nav li p{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
	text-align: center;
	margin-top: 0.25rem;
	color: #999;
}
.psy_home_titles{
	width: 92%;
	height: 1.5rem;
	margin: 1rem 4% 0;
}
.psy_home_titles span{
	width: 6px;
	height: 1.1rem;
	margin-top: 0.2rem;
	background: #ff6633;
	display: inline-block;
	float: left;
	border-radius: 50px;
}
.psy_home_titles h4{
	float: left;
	line-height: 1.5rem;
	height: 1.5rem;
	font-size: 16px;
	margin-left: 0.5rem;
	color: #FF6633;
}
.psy_home_titles p{
	height: 1.5rem;
	line-height: 1.5rem;
	float: right;
	font-size: 14px;
	color: #999;
}
.psy_home_raking{
	width: 92%;
	height: 10rem;
	margin: 1rem 4% 1.5rem;
}
.psy_home_raking li{
	width: 48%;
	height: 10rem;
	background: #fff;
	border-radius: 0.5rem;
	float: left;
	position: relative;
	overflow: hidden;
}
.psy_home_raking li:nth-child(2){
	float: right;
	height: 4.5rem;
}
.psy_home_raking li:nth-child(3){
	float: right;
	height: 4.5rem;
	margin-top: 1rem;
}
.psy_home_raking li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.psy_home_raking li p{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	background: rgba(0,0,0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0 4%;
	box-sizing: border-box;
	font-size: 13px;
	border-radius: 0 0 0.5rem 0.5rem;
	
}
.psy_home_list{
	width: 92%;
	margin: 1rem 4%;
}
.psy_home_list li{
	width: 100%;
	height: 6.5rem;
	background: #fff;
	padding: 0.5rem ;
	box-sizing: border-box;
	border-radius: 0.5rem;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.psy_home_list li .img{
	width: 5.5rem;
	height: 5.5rem;
	position: relative;
}
.psy_home_list li .img span{
	position: absolute;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	padding: 0 0.5rem;
	background: #ff6633;
	top: 0;
	left: 0;
	border-radius: 0.25rem 0 0.5rem 0;
	color: #fff;
}
.psy_home_list li .img img{
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 0.25rem;
	flex-shrink: 0;
}
.psy_home_list li .text{
	width: 100%;
	height: 5.5rem;
	margin-left: 0.75rem;
}
.psy_home_list li .text h4{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	color: #333;
}
.psy_home_list li .text  p{
	width: 100%;
	height: 2.5rem;
	line-height: 1.25rem;
	font-size: 12px;
	overflow: hidden;
	color: #999;
	margin-top: 0.15rem;
}
.psy_home_list li .text p:nth-child(3){
	width: 100%;
	height: 1.35rem;
	line-height: 1.35rem;
	color: #ff6633;
	font-weight: bold;
	font-size: 14px;
}
.psy_home_list li .text p:nth-child(3) span{
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
}
.psy_home_sort_left{
	width: 25%;
	height: 100vh;
	position: fixed;
	top: 64px;
	left: 0;
}
.psy_home_sort_left li{
	width: 100%;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 14px;
	position: relative;
	margin-bottom: 0.5rem;
	color: #999;
}
.psy_home_sort_left li span{
	width: 4px;
	height: 1rem;
	display: inline-block;
	background: #ff6633;
	position: absolute;
	top: 0.75rem;
	left: 0.5rem;
	border-radius: 4rem;
	display: none;
}
.psy_home_sort_left li.action{
	background: #fff;
	color: #ff6633;
	height: 3rem;
	line-height: 3rem;
	/* border-radius: 0 3rem 3rem 0; */
}
.psy_home_sort{
	padding: 64px 4% 64px 25%;
}
.psy_home_sort_left li.action span{
	display: block;
	top: 1rem;
}
.psy_home_sort_right{
	width: 100%;
}
.psy_sort_top{
	position: fixed;
	top: 0;
	left: 0%;
}


.psy_home_sort_right li{
	width: 100%;
	height: 6.5rem;
	background: #fff;
	padding: 0.5rem ;
	box-sizing: border-box;
	border-radius: 0 0.5rem 0.5rem 0;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.psy_home_sort_right li img{
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 0.25rem;
	flex-shrink: 0;
}
.psy_home_sort_right li .text{
	width: 100%;
	height: 5.5rem;
	margin-left: 0.75rem;
}
.psy_home_sort_right li .text h4{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	color: #333;
}
.psy_home_sort_right li .text  p{
	width: 100%;
	height: 2.5rem;
	line-height: 1.25rem;
	font-size: 12px;
	overflow: hidden;
	color: #999;
	margin-top: 0.25rem;
}
.psy_home_sort_right li .text p:nth-child(3){
	width: 100%;
	height: 1.25rem;
	line-height: 1.25rem;
	color: #ff6633;
	margin-top: 0.1rem;
}
.psy_sort_tops{
	width: 100%;
	background: #f5f5f5;
	height: 4rem;
	position: fixed;
	top: 0;
	left: 0;
}
.psy_my_topbg{
	width: 100%;
	height: 8rem;
	background: #ff6633;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 50% 50%;
}
.psy_my_user{
	width: 92%;
	background: #fff;
	margin: 4rem 4% 0;
	border-radius: 0.5rem;
	position: relative;
	padding: 2.75rem 4% 1.5rem;
	box-sizing: border-box;
}
.psy_my_user .tx{
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	top: -2rem;
	left: 4%;
	border: 4px #fff solid;
	box-sizing: border-box;
}
.psy_my_user h3{
	color: #ff6633;
	display: flex;
	justify-content: flex-start;
	height: 2rem;
	line-height: 2rem;
}
.psy_my_user h3 span{
	font-size: 12px;
	font-weight: bold;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 50px;
	margin: 0.25rem 0 0.25rem 1rem;
	background: #ff6633;
	color: #fff;
	padding: 0 1rem;
	
	box-sizing: border-box;
}
.psy_my_user p{
	width: 100%;
	height: 2.5rem;
	background: #3e4051;
	margin-top: 1rem;
	text-align: left;
	padding: 0 4%;
	box-sizing: border-box;
	line-height: 2.5rem;
	font-size: 14px;
	border-radius: 50px;
	color: #eac45e;
}
.psy_my_user  a{
	float: right;
	color: #eac45e;
}
.psy_my_list{
	padding: 1rem 0% 1rem;
	box-sizing: border-box;
	width: 92%;
	margin: 1rem 4%;
	background: #fff;
	border-radius: 0.5rem;
	position: relative;
}
.psy_my_list h4{
	padding: 0 4%;
}
.psy_my_list li{
	width: 25%;
	margin-top: 1rem;
	font-size: 14px;
	float: left;
}
.psy_my_list li img{
	height: 1.75rem;
	display: block;
	margin: 0.5rem auto 0;
}
.psy_my_list li p{
	text-align: center;
	line-height: 1.5rem;
	height: 1.5re;
	font-size: 12px;
	margin-top: 0.25rem;
	color: #666;
}