* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";

}

input,
button,
select {
	border: none;
	outline: none;
}

body {
	background: rgb(223 226 235 / 21%);
	max-width: 800px;
    margin: auto;
}

.wode img {
    width: 35px;
}

.huodong-img img {
    width: 20px;
}

.home_header {
  width: 100%;
    height: 55px;
    padding: 10px 4%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: hsla(0,0%,100%,.8);
    box-shadow: 0 2px 7px rgb(103 97 97 / 11%);
    border-bottom: 1px solid #00000094;
    border: none;
    z-index: 9999;
    position: fixed;
}

.home_header .left {
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*width: 100%;*/
}

.home_header .left img {
	height: 30px;
	border-radius: 24px;
}

.home_header .left p {
font-size: 18px;
    margin-left: -0.5rem;
    font-weight: 600;
    color: #5076FF;
    padding-top: 7px;
}

.home_header .left a {
	padding: 0.25rem 0.5rem;
	border-radius: 50px;
	background-image: linear-gradient(to right, #ff997b, #ff6934);
	font-size: 12px;
	color: #fff;
	margin-left: 0.5rem;
	animation: btns 3s ease-in-out infinite;
}

@keyframes btns {
	from {
		transform: scale(1);
	}

	33.33% {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

.home_header .right input {
	width: 84%;
	float: right;
	height: 32px;
	padding: 0 0.5rem;
	box-sizing: border-box;
	border-radius: 50px;
	margin-top: 0px;
	background: rgba(223,226,235,.4);
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-left: 7%;
}

.home_header .right input::placeholder {
	color: #999;
	font-size: 14px;

}


.home_banner {
	width: 92%;
	height: 20rem;
	margin: 0 4%;
	padding-top: 70px;
}

.home_banner .swiper-container {
	width: 100%;
	height: 100%;
}

.home_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	width: 88%;

	/* 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;
}

.home_banner .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	object-fit: cover;

}

.home_banner .swiper-slide:nth-child(2n) {
	width: 88%;
}

.home_banner .swiper-slide:nth-child(3n) {
	width: 88%;
}

.home_nav {
	width: 92%;
	background: #fff;
	border-radius: 0.5rem;
	margin: 1rem 4%;
	padding: 0.75rem 0;
	overflow: hidden;
}

.home_nav li {
	width: 33.33%;
	float: left;
}

.home_nav li img {
	height: 2.5rem;
	display: block;
	margin: 0 auto;
}

.home_nav li p {
	font-size: 13px;
	text-align: center;
	margin-top: 0.25rem;
	color: #666;
}

.home_title {
	width: 92%;
	margin: 0 4%;
}

.home_title h4 {
	color: #000000;
    margin-left: 0.1rem;
    font-weight: 600;
    float: left;
}

.home_title a {
float: right;
    font-size: 13px;
    height: 24px;
    line-height: 40px;
    color: #A3A3A3;
}

.home_title h4 span {
color: #000000;
    margin-left: 0.1rem;
    font-weight: 600;
}

.home_title p {
	font-size: 14px;
	margin-top: 0.15rem;
	color: #999;
}

.home_recommended_list {
	width: 92%;
	margin: 0rem 4%;
	overflow: scroll;
}

.home_recommended_list ul {
display: flex;
    justify-content: flex-start;
    padding: 10px 0px;
    flex-wrap: wrap;
    flex-direction: row;
    /* margin-bottom: 4%; */
    padding-bottom: 0px;
}

.home_recommended_list li {
width: 48%;
    /*padding: 0.35rem;*/
    background: #fff;
    border-radius: 0.25rem;
    float: left;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 2%;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 3%);
    margin-bottom: 10px;
}

.home_recommended_list li .img {
	width: 100%;
	height: 25vw;
	position: relative;
}

.home_recommended_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}

.home_recommended_list li .img span {
padding: 2px 12px;
    font-size: 11px;
    background: #FF6363;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
}

.home_recommended_list li .img p {
	width: 100%;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: normal;
}

.home_recommended_list li h4 {
width: 100%;
    line-height: 1.5rem;
    font-size: 13px;
    height: 4.05rem;
    max-height: 4rem;
    margin: 0.25rem 0 0.5rem;
    color: #595C66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 5px;
    font-weight: 500;


}

.dianji {
    padding: 0px 7px;
}



.home_recommended_list li p {
color: #FF5F72;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 50%;
}

.home_hot_list {
	width: 92%;
	margin: 1rem 4%;
	padding-top: 40px;
}

.home_hot_list li {
	width: 100%;
	/*height: 7.5rem;*/
	background: #fff;
	padding: 0.75rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 4%);
}

.home_hot_list li .text {
width: 100%;
    height: 11.5rem;
    margin-right: 0.75rem;
    overflow: hidden;
    padding: 0px 20px;
}

.home_hot_list li .text h4 {
width: 100%;
    height: 2.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 500;
}

.wenzi img {
    width: 8px;
    position: relative;
    top: -2px;
}




.home_hot_list li .text p:nth-child(2) {
max-height: 3.1rem;
    height: 13rem;
    font-size: 13px;
    line-height: 1.6rem;
    color: #999;
    margin-top: -0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home_hot_list li .text p:nth-child(3) {
	margin-top: 0.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.home_hot_list li .text p:nth-child(3) span:nth-child(1) {
	font-weight: bold;
    font-size: 13px;
    color: #FF0000;
}

.home_hot_list li .text p:nth-child(3) span {
	font-weight: normal;
	color: #ccc;
	font-size: 12px;

}

.home_hot_list li .img {
	width: 10rem;
	height: 10rem;
	flex-shrink: 0;
	margin-top: 0rem;
	position: relative;
}

.home_hot_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.home_hot_list li .img span {
padding: 0.04rem 0.75rem;
    font-size: 12px;
    background: #FF6363;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 8px;
    left: 0;
}

.home_recommended_img {
	width: 92%;
	height: 6rem;
	margin: 0 4% 1rem;
}

.home_recommended_img img {
	width: 100%;
	height: 6rem;
	object-fit: cover;
	border-radius: 0.5rem;
}

.footer {
	width: 100%;
	height: 80px;
}

footer {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 16px #e1e1e1;
	z-index: 999;
}

footer li {
	width: 33.33%;
	height: 60px;
	float: left;
}

footer li img {
	height: 2.2rem;
	display: block;
	margin: 1.4rem auto 0;
}

footer li p {
	width: 100%;
	height: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	font-size: 9px;
	color: #ccc;
}

footer li.action p {
	color: #000;
}

.home_comprehensive {
	width: 92%;
	margin: 1rem 4%;
}

.home_comprehensive ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_comprehensive li {
	width: 48%;
	height: 5rem;
	margin-bottom: 1rem;
}

.home_comprehensive li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}

.home_comprehensive li:last-child {
	margin-bottom: 0;
	width: 100%;
}

.classification_left {
	width: 25%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	padding-top: 60px;
	z-index: 9;
}
.right1 {
    position: fixed;
    height: 50px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    text-align: center;
    padding: 2% 0px;
}

.right1 input {
    background: #f5f5f5;
    width: 90%;
    margin: auto;
    border-radius: 27px;
    padding: 8px 0px;
    text-align: center;
    font-size: 12px;
}






.classification_left li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.classification_left li span {
	width: 4px;
	height: 30px;
	background: #fff;
	display: block;
	position: absolute;
	top: 10px;
	left: 6px;
	display: none;
	border-radius: 50px;
}

.classification_left li.action {
font-size: 16px;
    font-weight: 500;
    background:#F7F5F6;
    color: #343434;
    border-right: 4px solid #8e9aff;
}

.classification_left li.action span {
	display: none;
}

.classification_right {
	width: 100%;
	padding: 70px 3% 0 28%;
	box-sizing: border-box;
}

.classification_right li {
	width: 100%;
	height: 100px;
	background: red;
}


.classification_right li {
	width: 100%;
	height: 12.5rem;
	background: #fff;
	padding: 0.75rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.classification_right li .text {
	width: 100%;
	/*height: 6.5rem;*/
	margin-right: 0.75rem;
	overflow: hidden;
}

.classification_right li .text h4 {
	width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D2D2D;
    font-size: 15px;
}

.classification_right li .text p:nth-child(2) {
	max-height: 3rem;
	height: 3rem;
	font-size: 12px;
	line-height: 1.5rem;
	color: #737373;
	margin-top: 0.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.classification_right li .text p:nth-child(3) {
	margin-top: 0.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.classification_right li .text p:nth-child(3) span:nth-child(1) {
	/*font-weight: bold;*/
	font-size: 14px;
	color: #FF0000;
}

.classification_right li .text p:nth-child(3) span {
	font-weight: normal;
	color: #ccc;
	font-size: 12px;

}

.classification_right li .img {
	width: 10rem;
	height: 10rem;
	flex-shrink: 0;
	margin-top: 0rem;
	position: relative;
}

.classification_right li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.classification_right li .img span {
padding: 0.05rem 0.75rem;
    font-size: 12px;
    background: #FF6363;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 8px;
    left: 0;
}

.my_top {
	width: 100%;
	height: 12.5rem;
	background-image: linear-gradient(#ff6934, #f5f5f5);
}

.my_top_user {
	width: 92%;
	height: 4rem;
	margin: 1rem 4%;
	float: left;
	display: flex;
	justify-content: flex-start;
}

.my_top_user img {
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 50%;
	box-shadow: 0 0 8px #ccc;
	margin-top: 0.5rem;
}

.my_top_user .text {
	width: 100%;
    height: 8rem;
    margin-top: -0.5rem;
    margin-left: 4%;
}

.my_top_user .text h3 {
width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 12px;
    color: #343434;
    margin-top: 10px;
}

.my_top_user .text p {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	color: #fff;
}

.my_top_user .text a {
padding: 2px 15px;
    background: #fff;
    color: #555;
    line-height: 1.5rem;
    display: inline-block;
    font-size: 10px;
    border-radius: 40px;
    margin-left: 0.5rem;
}

.my_top_vip {
width: 80%;
    height: 7rem;
    background-image: linear-gradient(123.74deg, #454649 29.98%, #1A254D 99.44%);
    float: left;
    margin: 0 10%;
    border-radius: 0.5rem 0.5rem 0px 0px;
    padding: 0.5rem 4%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
}

.my_top_vip h3 {
width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 13px;
    color: #ffe1a0;
    font-weight: 600;
}

.my_top_vip p {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 10px;
	color: #ffeeaf;
}

.my_top_vip a {
padding: 3px 1.5rem;
    height: 2.5rem;
    line-height: 1.9rem;
    font-size: 14px;
    display: inline-block;
    background:linear-gradient(180deg, #FFDA7C 0%, #B48C23 100%);
    color: #000;
    position: absolute;
    top: 2.25rem;
    right: 4%;
    border-radius: 50px;
}

.my_nav {
   width: 92%;
    height: 4rem;
    margin-left: 4%;
    /*float: left;*/
    border-radius: 0.5rem;
    display: flex;
    padding: 3rem 0px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;

}

.my_nav img {
	height: 3rem;
	display: block;
	flex-shrink: 0;
}

.my_nav .text {
width: 100%;
    margin-left: 0.5rem;
    text-align: center;
}

.my_nav .text h4 {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-weight: 600;
}

.my_nav .text p {
	font-size: 12px;
	height: 1.5rem;
	line-height: 1.5rem;
}

.my_order_list {
	width: 92%;
	background: #fff;
	/*float: left;*/
	margin: 1rem 4%;
	border-radius: 0.5rem;
}
div#repot1 h3 {
    font-size: 12px;
    text-align: center;
    color: #d5d5d6;
}
.my_order_list .top {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 4%;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
	border-bottom: 1px #f5f5f5 solid;
}

.my_order_list ul {
width: 92%;
    margin: 1rem 4%;
    overflow-x: scroll;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}


.my_order_list li {
	width: 100%;
    height: 4.5rem;
    padding: 0rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
    line-height: 4.5rem;
}
span#span {
    float: right;
    font-size: 17px;
    color: #DBD5D5;
    font-weight: 700;
}
.my_order_list li .text {
	width: 100%;
	height: 3.5rem;
	margin-right: 0.75rem;
	overflow: hidden;
}

.my_order_list li .text h4 {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	font-size: 15px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.my_order_list li .text p:nth-child(2) {
	height: 1.5rem;
	font-size: 13px;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.my_order_list li .text p:nth-child(3) {
	margin-top: 0.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.my_order_list li .text p:nth-child(3) span:nth-child(1) {
	font-weight: bold;
	font-size: 16px;
	color: #f8d256;
}

.my_order_list li .text p:nth-child(3) span {
	font-weight: normal;
	color: #ccc;
	font-size: 12px;

}

.my_order_list li .img {
	width: 3.5rem;
	height: 3.5rem;
	flex-shrink: 0;
	margin-top: 0rem;
	position: relative;
}

.my_order_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.my_order_list li .img span {
	padding: 0.25rem 0.75rem;
	font-size: 12px;
	background: #f8d256;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 0 0.25rem 0 0.25rem;
	right: 0;
}

.my_binding_box {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.my_binding_mobile {
	width: 92%;
	background: #fff;
	position: fixed;
	top: 30vh;
	border-radius: 0.5rem;
	left: 4%;
	padding: 1.5rem 4%;
	box-sizing: border-box;
}

.my_binding_mobile h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 16px;
}

.my_binding_mobile input {
	width: 100%;
	height: 4.5rem;
	background: #f5f5f5;
	border-radius: 0.25rem;
	padding: 0 4%;
	box-sizing: border-box;
}

.my_binding_mobile button {
	width: 100%;
	height: 3.5rem;
	background: linear-gradient(to right, #39cb97, #64e5b7);
	margin-top: 1.5rem;
	border-radius: 0.25rem;
	font-size: 15px;
	color: #fff;
}

.my_binding_mobile p {
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	background: linear-gradient(to right, #39cb97, #64e5b7);
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 0 0.5rem 0 0.5rem;
}

.classification_qrcode_box {
	width: 100%;
	height: 100vh;
	background: rgb(0 0 0 / 65%);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.classification_qrcode {
	width: 92%;
	background: #fff;
	position: fixed;
	top: 30vh;
	border-radius: 0.5rem;
	left: 4%;
	padding: 1.5rem 4%;
	box-sizing: border-box;
}

.classification_qrcode img {
	height: 8rem;
	display: block;
	margin: 0 auto;
}

.classification_qrcode h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 16px;
}

.classification_qrcode .gb {
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	background: #39cb97;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 0 0.5rem 0 0.5rem;
}

.classification_qrcode .tips {
width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
    color: #6982fa;
    text-align: center;
    padding-top: 20px;
}
.vip_footer{
width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    /* border-radius: 0.75rem 0.75rem 0 0; */
    z-index: 999;
    display: flex;
}
.vip_footer .left{
	width: 30%;
	height: 60px;
	float: left;
}
.vip_footer .left img{
height: 20px;
    display: block;
    margin: 13px auto 2px;
    border-radius: 0px;
}
.zhongjian {
    /* display: flex; */
    /* justify-content: center; */
    /* align-content: space-around; */
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
    /* align-items: center; */
    width: 40%;
    background: #FAC77A;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
}

.zhongjian img {
    width: 20px;
    margin-bottom: 7px;
    position: static;
}
.zhongjian span {
    color: #fff;
    font-size: 14px;
}

.vip_footer .left p{
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
}
.vip_footer .right{
	width: 40%;
	float: right;
	height: 50px;
}
.vip_footer .right button{
width: 100%;
    height: 60px;
      height: 50px;
    background: #86A1FF;
    color: #fff;
    margin-top: -6px;
    font-size: 20px;
    /*font-weight: bold;*/
    /* border-radius: 30px; */
    margin: auto;
    text-align: center;
    top: 0px;
    left: 0px;
}

.home_recommended_list{
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-y: auto;
}
.home_recommended_list::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}


.user_top_nowx img {
    width: 10rem!important;
    height: 10rem!important;
    margin: 12rem auto 0;
    display: block;
    border: 4px solid #8e9aff!important;
    border-radius: 4px!important;
}
.huodong {
    width: 92%;
    margin: 1rem 4%;
    display: flex;
    margin-bottom: -17px;
    overflow: hidden;
}
.huodong-img {
    padding: 0px 3%;
}


p.jigou {
    font-size: 12px;
    color: #191919;
}


span.lvse {
    color: #8E9AFF;
}


span.ss {
    margin-right: 4%;
}

.huodong-1 {
    line-height: 22px;
    overflow: hidden;
}


.wenzi span {
    font-size: 10px;
    color: #BEBEBE;
}

img#icon {
    width: 10px;
    height: 13px;
    position: relative;
    top: -2px;
    left: -6px;
}


.ss {
    padding: 10px;
}

.ss input {
    background: #fff;
    color: #333;
    border-radius: 30px;
    width: 94%;
    margin: auto;
    text-align: center;
    height: 30px;
}
.bao {
    display: flex;
}

.right1 {
    position: fixed;
    height: 60px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
}


div#repot h3 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 4%;
    margin-top: 0px;
}



li.li img {
    width: 18px;
    margin-right: 10px;
}






