@charset "utf-8";

/* ============首页============== */
.home-page {
	position: relative;
	min-height: 100vh;
	background: #fff;
}



.home-page .index-top-header {
	position: relative;

}

.home-page .index-top-header::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0%;
	right: 0%;

}


/*  */
.home-page .index-top-header .header-search-box {
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	padding: 10px;
	width: 100%;
	z-index: 998;
	top: 0;
	left: 0;
	right: 0;
}

.home-page .index-top-header .header-search-input {
	width: 100%;
	/* margin-right: 12px; */
	border-radius: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	background: #F2F4F7;
	opacity: 1;
	/* border: 1px solid #3793F5; */
	box-sizing: border-box;
}

.home-page .index-top-header .header-search-input .icon-search {
	width: 18px;
	height: 18px;
	margin: 8px;

}

.home-page .index-top-header .header-search-input .search-input {
	border: 0;
	background: none;
	height: 36px;
	font-size: 14px;
	color: #555;
	padding-right: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
	color: #BDBDBD;
}

.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
	color: #BDBDBD;
}

.home-page .index-top-header .header-search-input input::-moz-placeholder {
	color: #BDBDBD;
}

.home-page .index-top-header .header-search-input input:-moz-placeholder {
	color: #BDBDBD;
}

.home-page .index-top-header .header-search-box .search-btn {
	width: 70px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	margin-left: 5px;
	border-radius: 16px;
	margin-right: 5px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-page .index-top-header .header-search-box .icon-notice {
	width: 24px;
	height: 24px;
}


/*  */
.home-page .index-swiper {
	position: relative;
	overflow: hidden;
}

.home-page .index-swiper .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;


}

.home-page .index-swiper .swiper-container {
	width: 100%;
	overflow: visible !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 15px !important;
}

.home-page .index-swiper .swiper-container .swiper-pagination-bullet {
	width: 6px;
	height: 3px;
	background: #E5E5E5;
}

.home-page .index-swiper .swiper-container .swiper-pagination-bullet-active {
	width: 20px;
	background: #20C3CE;
	opacity: 1;
}

.home-page .Aensure {
	padding: 5px 8px;
	padding-bottom: 20px;
	background: #3D4D82;
	display: flex;
	position: relative;
	z-index: 998;
	top: -16px;
	align-items: center;
	margin-bottom: -16px;
	border-radius: 16px 16px 0 0;
	justify-content: space-around;
}

.home-page .Aensure .item {
	display: flex;
	align-items: center;
}

.home-page .Aensure .item span {
	color: #EAD3B2;
	font-size: 11px;
	line-height: 16px;
}

.home-page .Aensure .item .txt {
	width: 49px;
	height: 13px;
}

.home-page .Aensure .item .icon {
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

.home-page .Aensure .aline {
	height: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.home-page .Abiaotilan {
	margin-top: 6px;
	margin-bottom: 11px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.home-page .Abiaotilan:before {
	content: "";
	background: url('../imgs/addyingwen.png') no-repeat center;
	background-size: 243px 35px;
	width: 243px;
	height: 35px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-page .Abiaotilan .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	position: relative;
	margin-top: 13px;
	margin-bottom: 4px;
}

.home-page .Abiaotilan .title img {
	width: 135px;
	height: 18px;
}

.home-page .Amokuai {
	position: relative;
	z-index: 998;
	top: -16px;
	padding-top: 12px;
	margin-bottom: -16px;
	border-radius: 16px 16px 0 0;
	background: linear-gradient(to top, #FFFFFF 0%, #D6EBFF 100%);
}

.home-page .Amokuai .two-menu {
	margin: 0 3px;
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.home-page .Amokuai .two-menu .item {
	width: 100%;
	min-height: 108px;
	margin: 0 5px;
}

.home-page .Amokuai .two-menu .item img {
	width: 100%;

}

/* 滚动公告 */
.Amokuai .scrollNews {
	margin: 0 8px;
	font-size: 14px;
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 8px;
	background: #F3F8FE;
	border: 1px solid #FFFFFF;
}

.Amokuai .scrollNews .news-tit {
	min-width: 40px;
	height: 40px;
	position: relative;
	z-index: 3;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.Amokuai .scrollNews .news-tit .news-icon {
	width: 24px;
	border: none;
}

.Amokuai .scrollNews .swiper-news {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.Amokuai .scrollNews .swiper-news .swiper-wrapper {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

.Amokuai .scrollNews .swiper-news .swiper-wrapper .link_a {
	font-size: 13px;
	color: #637282;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 40px;
}

.Amokuai .scrollNews .news_more {
	position: relative;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
	text-align: right;
}

.Amokuai .scrollNews .news_more .icon {
	height: 10px;
	width: 6px;
}

.Amokuai .two-menu {
	display: flex;
	align-items: center;
	justify-content: center;

}

.Amokuai .two-menu .item {
	width: 100%;

	min-height: 108px;
}

.Amokuai .two-menu .item img {
	width: 100%;

}



/*金刚区*/
.home-page .menu {
	overflow: hidden;
	background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 44%, #FFFFFF 100%);
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;

}

.home-page .menu .nav_a {
	float: left;
	display: block;
	text-decoration: none;
	width: 25%;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}

.home-page .menu .nav_a .tagicon {
	width: 36px;
	height: 36px;
	box-sizing: border-box;
}

.home-page .menu .nav_a .tag {
	font-size: 12px;
	color: #262626;
	margin-top: 3px;
}

/*  */
.shopmenu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
}

.shopmenu .item {
	width: 50%;
	padding: 5px;

}

.shopmenu .item .data-body {
	position: relative;
	overflow: hidden;
	display: flex;

	flex-direction: column;
	word-wrap: break-word;
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
}

.shopmenu .item .data-body .title {
	font-size: 18px;
	position: relative;
	padding-left: 5%;
}

.shopmenu .item .data-body .subtitle {
	font-size: 12px;
	margin-left: -8px;
	transform: scale(0.8);
	position: relative;
}

.shopmenu .item .data-body .icon {
	position: absolute;
	right: 0;
	bottom: 0;

}

.shopmenu .item .data-body .icon img {
	width: 60px;
}

.shopmenu .item .data-body.box1 {
	color: #07bc7d;
	background: #b1ebd9;
	background: linear-gradient(to left, #b1ebd9, #d0f5d8);
}

.shopmenu .item .data-body.box2 {
	color: #f08d34;
	background: #ffe0c6;
	background: linear-gradient(to left, #ffe0c6, #ffeed0);
}

.shopmenu .item .data-body.box3 {
	color: #5ca6ff;
	background: #bad6fa;
	background: linear-gradient(to left, #bad6fa, #d1eaf8);
}


.shopmenu .item .data-body.box4 {
	color: #f3465e;
	background: #f4a7af;
	background: linear-gradient(to left, #f4a7af, #f9d9c9);
}

.shopmenu .item .data-body:before {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -50px;
	width: 120px;
	height: 120px;
	border-radius: 120px;


}

.shopmenu .item .data-body.box1:before {
	background: linear-gradient(to left, #80ddb8, #83ddb1);
}

.shopmenu .item .data-body.box2:before {
	background: linear-gradient(to left, #fdcf95, #f7d798);
}

.shopmenu .item .data-body.box3:before {
	background: linear-gradient(to left, #90c3fa, #97c8ff);
}


.shopmenu .item .data-body.box4:before {
	background: linear-gradient(to left, #ff8d97, #f8c5bf);

}


/*  */
.home-page .adbanner {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

.home-page .adbanner .img {
	width: 100%;
	border-radius: 5px;
}


/* 楼层 */
.floor {
	background: linear-gradient(#3793F5 0%, #F2F4F7 40%);
	border-radius: 10px 10px 0 0;
}

.floor .floor-bar {
	position: relative;
}

.floor .floor-bar .bar-info {
	position: relative;
	padding: 10px;
	padding-bottom: 0;
}

.floor .floor-bar .bar-info .title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

.floor .floor-bar .bar-info .subtitle {
	color: #262626;
	font-size: 12px;
	display: flex;
	align-items: center;

}

.floor .floor-bar .bar-info .subtitle span {
	color: #262626;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	font-size: 12px;
	background: linear-gradient(to right, #ffffff, #fbeece);
}

.floor .floor-bar .bar-info .enter-all {
	display: inline-block;
	margin-top: 15px;
}

.floor .floor-bar .bar-info .enter-all .link-all {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	padding: 2px 8px;
	border-radius: 4px;

	color: #fff;
	font-size: 12px;
}

.floor .floor-bar .bar-info .enter-all .link-all .arrow {
	width: 6px;
}

.floor .floor-bar .floor-banner {
	width: 100%;
}

/* 首页商品列表最新版样式 */
.floor .floor-product {
	overflow: hidden;
	position: relative;
}

.index-product-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.index-product-list .produt-item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.index-product-list .product {
	flex: 1;
	width: 100%;
	border-radius: 4px;
	display: block;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
}

.index-product-list .product .product-poster {
	width: 100%;
	/* height: 90px; */
	border-radius: 4px 4px 0 0;
	margin: 0 auto;
	object-fit: cover;


}

.index-product-list .product .product-name {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.index-product-list .produt-item .product .discount-price {
	color: #EB4D3D;
	font-size: 12px;

	font-weight: 500;
}

.index-product-list .produt-item .product .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.index-product-list .produt-item .product .discount-price .price {
	font-size: 14px;

}

.index-product-list .produt-item .product .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.index-product-list .produt-item .product .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.index-product-list .produt-item .product .icon-cart {
	width: 18px;
	height: 18px;
	position: relative;

}

.index-product-list .produt-item .product .icon-cart .icon {

	width: 18px;
	height: 18px;
	text-align: center;

}

/* ===========我的================ */
.my-page {
	position: relative;
}



.my-page .my-top {
	position: relative;
	overflow: hidden;
}

.my-page .my-top::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -0%;
	right: -0%;
	top: 0;
	z-index: -1;
	background: url('../imgs/my/bg.png') no-repeat top;
	background-size: 100% auto;
}

.my-page .set {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
}

.my-page .set img {
	width: 20px;

}


.my-page .my-top-photo {
	float: left;
	width: 58px;
	height: 58px;
	padding: 2px;
	/*background-color: #fff;
	border-radius: 100%;*/
	overflow: hidden;
	box-sizing: border-box;
}

.my-page .my-top-photo .img {
	width: 100%;
	height: 100%;

	/*border-radius: 50%;*/
}

.my-page .my-top-data {
	margin-left: 10px;
	line-height: 18px;
}


.my-page .my-top-data .item {

	color: #262626;
	height: 17px;

}

.my-page .my-top-data .yqmcode {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	height: 17px;

}

.my-page .my-top-data .yqmcode .from-codeipt {
	width: 1px;
	opacity: 0;
	background: none;
	color: #000000;
	font-size: 12px;
}

.my-page .my-top-data .yqmcode .copytxt {
	margin-left: 5px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	width: 40px;
	height: 20px;
	background: rgba(0, 0, 0, .2);
}

.my-page .my-top-data .yqmcode .icon {
	width: 10px;
	height: 10px;
	margin-left: 10px;
	opacity: .5;

}

.my-page .my-top-data .level {
	font-family: PingFang SC-Regular, PingFang SC;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 15px;
	border-radius: 5px;
	color: #8A8D99;
	background: linear-gradient(90deg, #E1E1E1 0%, #CACACA 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

	.my-page .my-top-data .level.bg1 {
		color: #ffffff;
		background: linear-gradient(90deg, #e1633b 0%, #ff5722 100%);
	}

.my-page .my-top-data .level.bg2 {
	color: #fff;
	background: linear-gradient(259.82deg, rgba(100, 194, 255, 1) 0%, rgba(59, 152, 245, 1) 100%);

}

.my-page .my-top-data .level.bg3 {
	color: #fff;
	background: linear-gradient(90deg, #6e7ef2 0%, #6a72f4 18%, #596bff 100%);
}

.my-page .my-top-data .level.bg4 {
	color: #fff;
	background: linear-gradient(90deg, #52d11e 0%, #87d12a 18%, #4fa920 100%);
}

.my-page .my-top-data .nick-name {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
}

.my-page .my-top-data .txbtn {
	color: #000000;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	box-sizing: border-box;
}

/*  */
.my-page .myzichan {
	position: relative;
	display: flex;

}

.my-page .myzichan .item {
	flex: 1;
	padding-top: 10px;
	color: #000000;
	flex-direction: column;
	display: flex;
	align-items: center;
}

.my-page .myzichan .item .num {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}

.my-page .myzichan .item .tag {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	margin-top: 4px;
}

.my-page .levelcard {
	height: 94px;
	margin: 0 10px;
	margin-top: 18px;
	padding-left: 18px;
	padding-right: 22px;
	border-radius: 14px 14px 0px 0px;
	background: linear-gradient(90deg, rgba(19, 22, 21, 1) 0%, rgba(51, 51, 51, 1) 100%);
}

.my-page .levelcard .c-info {
	flex-direction: column;
	margin-top: 12px;

}

.my-page .levelcard .c-info .L-title {
	width: 85px;
	font-size: 0;
	height: 20px;
}

.my-page .levelcard .c-info .L-title img {
	width: 85px;
	height: 20px;
}

.my-page .levelcard .c-info .tip-title {
	margin-top: 8px;
	font-size: 0;
}

.my-page .levelcard .c-info .tip-title img {
	width: 167px;
	height: 12px;
}


.my-page .levelcard .taglevel {
	margin-top: 18px;
	width: 79px;
	height: 29px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(91, 66, 22, 1);
	text-align: left;
	vertical-align: top;
	border-radius: 16px;
	padding-left: 17px;
	padding-right: 11px;
	background: linear-gradient(90deg, rgba(249, 229, 170, 1) 0%, rgba(252, 234, 208, 1) 100%);
}



.my-page .levelcard .taglevel .arrow-right {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 12px;
}




.my-page .add-box {
	border-radius: 22px 22px 0 0;
	background: #FAFAFA;
	padding: 10px 0;
	position: relative;
	top: -29px;
	margin-bottom: -29px;
}

/* ========通用菜单========= */
.my-page .tools {
	margin: 10px;
	border-radius: 14px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-bottom: 8px;
}

.my-page .tools .bar-tit {
	font-size: 13px;
	font-weight: 400;
	position: relative;
	color: #000;
	line-height: 18px;
	margin-bottom: 4px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 11px;
	box-sizing: border-box;

}

.my-page .tools .bar-tit .link-a {
	font-size: 12px;
	line-height: 17px;
	color: #999;
	position: relative;
	padding-right: 14px;
}

.my-page .tools .bar-tit .link-a:after {
	content: " ";
	width: 10px;
	height: 10px;
	background: url(../imgs/my/icon-right.svg) no-repeat;
	background-size: 10px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.my-page .tools .tools-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.my-page .tools .tools-link .link-a {
	display: block;
	width: 25%;
	padding: 12px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.my-page .tools .tools-link.order-link .link-a {
	display: block;
	width: 25%;
	padding: 12px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.my-page .tools .tools-link.order-link .link-a .msg-data {
	display: inline;
	position: absolute;
	right: 8px;
	top: -6px;
	background: #F65236;
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	font-weight: normal;
	-webkit-transform-origin-x: 0;
	/* 缩小后文字居左 */
	-webkit-transform: scale(0.80);
	/*关键 */
}

.my-page .tools .tools-link.order-link .link-a .icon {
	width: 26px;
	height: 26px;


}

.my-page .tools .tools-link .link-a .icon {
	width: 26px;
	height: 26px;


}

.my-page .tools .tools-link .link-a .link_name {
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}

.my-page .share-enter {
	background: #DC081E url(../imgs/my/bottom.png) no-repeat bottom;
	background-size: 100% auto;
	border-radius: 8px;
	margin: 10px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my-page .share-enter .Lbox {
	flex: 1;
}

.my-page .share-enter .Lbox .tit {
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	color: #FFFFFF;
}

.my-page .share-enter .Lbox .adshare {
	height: 21px;

}

.my-page .share-enter .linkbtn {
	width: 81px;
	color: #DC081E;
	font-size: 12px;
	height: 27px;
	line-height: 15px;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 4px 0px #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-page .share-enter .linkbtn .icon {
	width: 9px;
	height: 9px;
}

.navbar {
	position: relative;
	margin: 10px;
	border-radius: 8px;
	padding: 10px;
	background: #FFFFFF;

}


.navbar .bar-tit {
	display: block;
	font-size: 15px;
	position: relative;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px;
	box-sizing: border-box;

}

.navbar .item {
	width: 100%;
	position: relative;
	font-size: 15px;
	padding: 0 10px;

}


.navbar .item .link_a {
	width: 100%;
	padding: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar .item .link_a .icon {
	width: 18px;
	margin-right: 5px;
}

.navbar .item .link_a .biaoti {
	font-size: 14px;
	color: #666;
	position: relative;

}

.navbar .item .link_a .txt {
	flex: 1;
	font-size: 14px;
	color: #333;
	position: relative;

}

.navbar .item .link_a .icon-arrow {
	width: 5.5px;
	height: 9px;
	margin-left: 10px;
}


/*  */
.navbar .setitem .link_a::before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 200%;
	border-bottom: 1px solid #f6f7f8;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.user-head {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

/* ===================股权积分=============== */
.equity-points .top-info {
	/* background: #67cdc5;
	background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 44%, #FFFFFF 100%); */
	border-radius: 8px;
	margin: 0 10px;
	padding: 10px;
	padding-bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
}

.equity-points .top-bg {
	position: relative;
}

.equity-points .top-bg::after {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #fff url('../imgs/topbg.png') no-repeat;
	background-size: 100% 100%;
}

.equity-points .top-bg.bg {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.equity-points .top-bg.bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #67cdc5;
}

.equity-points .top-info .user-info {
	flex: 1;
	display: flex;
	align-items: center;
}

.equity-points .top-info .user-info .icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}


.equity-points .top-info .user-info .name {
	font-size: 14px;
	line-height: 22px;
}

.equity-points .top-info .user-info .level {
	font-size: 10px;
	line-height: 22px;
}

.equity-points .top-info .Rnum {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

.equity-points .top-info .Rnum .num {
	font-size: 14px;
	line-height: 22px;
}

.equity-points .top-info .Rnum .mz {
	font-size: 10px;
	line-height: 22px;
}

.equity-points .myzichan {
	position: relative;
	background: #FFFFFF;
	margin: 10px;
	padding: 15px 10px;
	border-radius: 12px;
}

.equity-points .myzichan .item {
	flex: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
	position: relative;
}

.equity-points .myzichan .item::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	right: 0;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background: #eee;
	opacity: .5;
}

.equity-points .myzichan .item:last-child::after {
	content: '';
	position: absolute;
	width: 0;
}

.equity-points .myzichan .item .num {
	font-size: 15px;
	color: #E84747;
	line-height: 25px;
}

.equity-points .myzichan .item .num span {
	font-size: 11px;
	color: #E84747;
	line-height: 25px;
}

.equity-points .myzichan .item .tag {
	color: #666666;
	font-size: 12px;
	line-height: 22px;

}

.equity-points .maichu-btn {
	width: 60px;
	margin: 0 10px;
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	display: flex;
	line-height: 25px;
	font-size: 12px;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
	height: 28px;
	border-radius: 6px;
}

.equity-points .maichu-btn .icon {
	width: 5.5px;
	height: 9px;
	margin-left: 5px;
}

.equity-points .bar-tit {
	padding-left: 10px;

	position: relative;
}

.equity-points .bar-tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 25px;
	border-radius: 14px;
	height: 3px;
	transform: translateY(-50%);
	background: linear-gradient(to right, #3793F5 0%, #fff 100%);

}

/* ================记录列表========== */

.page-record {
	padding: 10px;
}

/* ==========记录============ */
.record {
	box-sizing: border-box;
	position: relative;
	width: 100%;

}

.record .record-groud {
	position: relative;
	padding: 10px;
	background: #FFFFFF;
	margin: 10px;
	border-radius: 8px;
}

.record .record-groud .portrait {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;

}

.record .record-groud .portrait img {
	width: 30px;
	height: 30px;
}

.record .record-groud .record-item {
	display: flex;
	align-items: center;
	/* margin-bottom: 4px; */
	line-height: 22px;
}

.record .record-groud .record-item .txt-time {

	font-size: 12px;
	color: #999999;
}

.record .record-groud .record-item .txt-normal {
	font-size: 12px;
	color: #666666;
}

.record .record-groud .record-item .txt-name {
	font-size: 14px;
	color: #333;
}


.record .record-groud .record-item .txt-state {
	font-size: 14px;

}

.record .record-groud .record-item .txt-num {
	font-size: 14px;
	color: #333;
}

.record .record-groud .record-item .txt-num.green {
	color: #3793F5;
}

.record .record-groud .record-item .txt-num.red {
	color: #E84747;
}

.record .record-groud .record-item .state-btn {
	width: 60px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background: linear-gradient(to right, #f85029, #f85029);

}

/* =============社团人员======== */
.market-team {}

.market-team::after {
	content: '';
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);


}

.market-team .myzichan {
	position: relative;
	background: #FFFFFF;
	margin: 10px;
	border-radius: 12px;
	overflow: hidden;

}

.market-team .myzichan.border {
	border: 1px solid #95BCF0;
}

.market-team .myzichan .allnum {
	background: #3793F5;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	padding: 8px 10px;
}

.market-team .myzichan .allnum span {
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
}

.market-team .myzichan .item {
	flex: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
}

.market-team .myzichan .item .num {
	font-size: 15px;
	color: #333;
	line-height: 25px;
}

.market-team .myzichan .item .num.yellow {

	color: #EB4D3D;

}

.market-team .myzichan .item .num.red {

	color: #EB4D3D;

}

.market-team .myzichan .item .tag {
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

.market-team .tab {
	/* background-color: #FFFFFF; */
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.market-team .tab .item {
	flex: 1;
	font-size: 13px;
	color: #666;
	font-weight: 400;
	padding: 5px;
	display: block;
	text-align: center;
}

.market-team .tab .item.active {
	position: relative;
	color: #262626;
	font-weight: bold;
}

.market-team .tab .item.active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 20px;
	height: 2px;
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	border-radius: 2px;
	margin: 3px auto 0;
}

.market-team .tablist {
	display: none;
}

/* 供货商申请 */
.apply-page .adbanner {
	width: 100%;

}

.apply-page .adbanner .img {
	width: 100%;
}

.apply-page .form-check {
	display: flex;
	align-items: center;
	padding: 10px;
}

.apply-page .form-check .label {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

.apply-page .form-check .label .link_a {
	font-size: 12px;
	color: #3793F5;
}

/* ===========忘记密码========== */

.safe-page .tab {
	background-color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

.safe-page .tab .item {
	flex: 1;
	font-size: 14px;
	color: #3D3D3D;
	font-weight: 400;
	padding: 12px;
	display: block;
	text-align: center;
}

.safe-page .tab .item.active {
	position: relative;

}

.safe-page .tab .item.active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 2px;
	background: #95BCF0;
	border-radius: 2px;
	margin: 3px auto 0;
}

.safe-page .tabbox {
	display: none;
}


/* ==============反馈记录 ==============*/
.feedback-item {
	position: relative;
	color: #000;
	text-decoration: none;
	border: 1px solid #F7F7F7;
	background: #FFFFFE;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 5px;
}

/* 标题 */
.panel-heading {
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panel-heading .panel-title {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.panel-heading .panel-time {
	font-size: 12px;
	color: #999;
	margin-top: 5px;

}

.panel-heading .arrow-down {
	position: relative;

}


.panel-heading .arrow-down:after {
	content: " ";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 6px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0px;
}

.panel-heading.collapsed .arrow-down:after {
	content: " ";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-bottom: 6px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 0px;
}




.panel-body {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
}

.emailbox {

	background: #f6f7f8;
	padding: 10px;
	border-radius: 5px;
}

.emailbox .div_li {
	margin-bottom: 5px;
}

.emailbox .p-tit {
	min-width: 55px;

}

.emailbox .imglist {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.emailbox .imglist .item {
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}

.emailbox .imglist .item img {
	width: 100%;
}

.emailbox .sys-huifubox {
	background: #FFFFFE;
	margin-top: 10px;
	padding: 10px;
	line-height: 25px;
}

.emailbox .huifu-time {
	font-size: 12px;
	color: #AAAAAA;
}

.emailbox .my-huifubox {
	background: #FFFFFE;
	margin-top: 10px;
	padding: 10px;
	line-height: 25px;
}


.huifu-btn {
	width: 50px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background: linear-gradient(to right, #ff5300, #ff5300);
}

.huifu-imglist {
	width: 100%;
}

.huifu-imglist img {
	max-width: 120px;
	margin-right: 2px;
}

/* ==========弹窗回复========= */

.setup-form1 .form-textarea {
	color: #000;
	font-size: 12px;
	line-height: 21px;
	width: 100%;
	min-height: 100px;
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 3px;
	text-align: left;
	-webkit-user-select: text;
	outline: none;
	-webkit-appearance: none;
	height: auto;
	resize: none;
	box-sizing: border-box;
	border: solid 1px #fff;
}

/* =============新闻公告========= */

/* 搜索 */
.news-page .header-search-box {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.news-page .header-search-icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}

.news-page .header-search-input {
	width: 100%;
	border: none;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #333333;
}

.news-page .header-search-input input {
	border: 0;
	background: none;
	height: 22px;
	font-size: 12px;
	color: #000;
	padding-left: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


/* =================新闻公告列表============= */

.news-list {


	margin: 10px;
	box-sizing: border-box;

}

.news-list .news-item {
	display: block;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.53) 100%);

}

.news-list .news-item .tupian {
	background-color: #f7f7f7;
	margin-right: 12px;
	width: 110px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}

.news-list .news-item .title {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

.news-list .news-item .time {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.news-list .news-item .news-item-dot {
	position: relative;

	color: #999;
	padding-left: 15px;
	font-size: 13px;
}

.news-list .news-item .news-item-dot::before {
	content: " ";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #F55726;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.news-list .news-item .con {
	color: #999;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* =============公告详情============== */

.news-detail {
	padding: 15px;
}

.news-detail .title {
	font-size: 16px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}

.news-detail .time {

	color: #999;
	font-size: 14px;
	margin-bottom: 10px;

}

.news-detail .news-con {
	font-size: 14px;
	padding-top: 10px;
	color: #333;
	line-height: 27px;
}

.news-detail .news-con img {
	max-width: 100%;
}

/* 收款设置*/

/* ====== */
.bank_list {
	margin: 10px;
}

.bank_list .addbox {
	border-radius: 8px;
	padding: 10px;
	background: #fff;
	background-size: 200%;
	margin-bottom: 10px;
	position: relative;
}


.bank_list .addbox .img {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.bank_list .addbox .bank_info {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	position: relative;
}

.bank_list .addbox .bank_info .title {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.bank_list .addbox .bank_info .txtcon {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}


.addbox .bank_info .link_a {
	color: #000;
	font-size: 12px;
	padding: 10px 5px;
}

.addbox .alert-qr {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;

}


/* 弹窗 */
.a_mask {
	display: none;
	position: fixed;
	z-index: 9;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.a_mask .a_box {
	width: 276px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.a_mask .a_box .alert_img {
	width: 100%;
	height: 100%;
}

.a_mask .a_box .result_img {
	width: 120px;

}

.a_mask .a_box .a_head {
	text-align: center;
	font-size: 16px;
	min-height: 40px;
}

.a_mask .a_box .a_tips {
	text-align: center;
	font-size: 14px;
	line-height: 48px;
}

.a_mask .a_box .a_head {
	text-align: center;
	font-size: 16px;
	line-height: 48px;
}

.a_mask .a_box .a_input {
	margin: 10px;
	padding: 0 10px;
	font-size: 11px;
	border: 1px solid #eee;
	border-radius: 6px;
}

.a_mask .a_box .a_ipt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 11px;

}

.a_mask .a_box .a_input .yy_picker {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.a_mask .a_box .a_input .div_jt {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-left: 5px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	border-width: 6px 4px 6px;
	position: relative;
	top: 5px;
	right: 0px;
}

.a_btn_box {
	text-align: center;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #eee;
}

.a_btn {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border-radius: 0px;
	padding: 0;
}

.a_mask .a_box .a_btn_box .a_btn:first-child {
	border-right: 1px solid #f5f5f5;
	color: #000;
	box-sizing: border-box;
}


/* ============邀请好友============ */

.share-page {
	position: fixed;
	width: 100%;
	min-height: 100vh;
	/* background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%); */
	background: #ddefff url('../imgs/share/sharebg.jpg?aasas=1') no-repeat top;
	background-size: 100% 100%;
}

/* 返回 */
.goback {
	position: absolute;
	z-index: 9999;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
	top: 15px;
	left: 15px;
	margin-top: var(--status-bar-height);
}

.goback img {

	width: 15px;
	height: 15px;
}



.share-page .logo-tit {
	flex-direction: column;
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.share-page .logo-tit .logo {
	width: 80px;
}

.share-page .logo-tit .tit {
	color: #262626;
	font-size: 24px;
	margin-top: 5px;
	font-weight: bold;
}

.share-page .qrcode {
	margin: 10px;
	/*position: relative;*/


}

	.share-page .qrcode .info {
		position: absolute; /* 或者 relative, 根据你的布局需求 */
		width: 100%;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		text-align: center;
	}

		.share-page .qrcode .info .img {
			position: absolute;
			width: 180px;
			height: 180px;
			margin: 0 auto;
			border-radius: 5px;
			top: 265px;
			right: 125px;
		}

.share-page .qrcode .info .line1 {
	width: 30px;
	height: 1px;
	border-radius: 2px;
	background: #666;
	margin: 2px auto;

}

.share-page .qrcode .info .line2 {
	width: 60px;
	height: 1px;
	border-radius: 2px;
	background: #666;
	margin: 2px auto;
}

.share-page .qrcode .info .line3 {
	width: 30px;
	height: 1px;
	border-radius: 2px;
	background: #666;
	margin: 2px auto;

}

.share-page .qrcode .info .tips {
	color: #262626;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 3px;
}

.share-page .qrcode .info .txt {
	width: 100%;
	color: #262626;
	font-size: 10px;
	letter-spacing: 7px;
	line-height: 25px;
	margin-top: 10px;
}

/* 邀请好友内容 */
.share-nav {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
	padding-top: 30px;

}

.share-nav .item {
	position: relative;
}

.share-nav .item .link-btn {
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	color: #fff;
	padding: 10px 30px;
	background: #2161d6;
	border-radius: 3px;


}

.share-nav .item .link-btn.yellow {
	background: #f5cd12;
	color: #fff;
}

.share-nav .item .mz {
	font-size: 14px;

}


.share-nav .item .codeipt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 14px;
	color: #fff;
	width: 1px;
	height: 10px;

}


/* ==========我的邀请========== */
.mytuijian-page {
	min-height: 100vh;
	background: linear-gradient(to bottom, #3793F5 0%, #3793F5 1%, #fff 100%);
}

.top-header.top-headerbg {
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
}

.mytuijian-page .my-top {
	position: relative;
	overflow: hidden;
	background: none;
}

.mytuijian-page .my-top-photo {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.mytuijian-page .my-top-photo .img {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	border-radius: 50%;
}

.mytuijian-page .my-top-data {
	margin-left: 10px;
	line-height: 18px;
	flex: 1;
}


.mytuijian-page .my-top-data .item {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	display: flex;
	align-items: center;

}


.mytuijian-page .my-top-data .level {
	color: #FFFFFF;
	padding: 0 6px;
	font-size: 12px;
	height: 21px;
	line-height: 17px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}



/*  */
.mytuijian-page .myzichan {
	position: relative;
	display: flex;
	background: #fff;
	/* border: 1px solid #3793F5; */
	margin: 10px;
	border-radius: 5px;
}

.mytuijian-page .myzichan .item {
	flex: 1;
	padding-top: 10px;
	color: #666;
	flex-direction: column;
	display: flex;
	align-items: center;

}

.mytuijian-page .myzichan .linebox {
	position: relative;
}

.mytuijian-page .myzichan .line {
	position: absolute;
	width: 1px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: #3793F5;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .3;
}

.mytuijian-page .myzichan .item .num {
	font-size: 14px;
	color: #EB4D3D;
	line-height: 25px;
}

.mytuijian-page .myzichan .item .tag {
	color: #262626;
	font-size: 12px;
	line-height: 17px;
}


.mytuijian-page .myteam {
	margin: 10px;
}

.mytuijian-page .myteam .item {
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.mytuijian-page .myteam .item .team-left {
	width: 50px;
	margin-right: 10px;
}

.mytuijian-page .myteam .item .team-left .face-pic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}


.mytuijian-page .myteam .item .team-right {
	width: 100%;
}

.mytuijian-page .myteam .item .team-right .team-text .txt {
	font-size: 12px;
	color: #222;
	margin-bottom: 3px;

}

.mytuijian-page .myteam .item .team-right .team-text .txt .dengji {
	color: #fff;
	padding: 0 6px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mytuijian-page .myteam .item .bottombox {
	position: relative;
	display: flex;
	background: #EAF7F3;
	border-radius: 0 0 5px 5px;
}

.mytuijian-page .myteam .item .bottombox .item {
	flex: 1;
	padding-top: 10px;
	color: #666;
	flex-direction: column;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	background: none;
}

.mytuijian-page .myteam .item .bottombox .linebox {
	position: relative;
}

.mytuijian-page .myteam .item .bottombox .line {
	position: absolute;
	width: 1px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;

}

.mytuijian-page .myteam .item .bottombox .item .num {
	font-size: 12px;
	color: #262626;
	line-height: 25px;
}

.mytuijian-page .myteam .item .bottombox .item .tag {
	color: #262626;
	font-size: 12px;
	line-height: 17px;
}

.mytuijian-page .warnbox {
	margin: 10px;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 10px;
}


/* 在线客服 */
.pagecontact .header {
	padding: 20px;
	text-align: center;
}

.pagecontact .header .title {
	color: #333;
}

.pagecontact .header .subtitle {
	color: #c1c1c1;
}

.pagecontact .contactinfo {
	padding: 0 20px;
	line-height: 25px;
}

.pagecontact .contactinfo .sysname {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.pagecontact .contactinfo .txt {
	font-size: 14px;
	color: #333333;
}

.pagecontact .codelist {
	padding: 0 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pagecontact .codelist .item {
	width: 50%;
}

.pagecontact .codelist .item img {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}


/*  */
.touzi-list {
	margin: 10px;
}

/*  */
.touzi-list .rowbox {
	background: #FFFFFF;
	color: #000000;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.touzi-list .rowbox .border-t {
	border-top: 1px solid #eee;
	padding-top: 5px;
}

/*  */
.touzi-list .rowbox .tit {
	font-size: 18px;
	padding-bottom: 5px;
}

.touzi-list .rowbox .tit span {
	font-size: 14px;
	color: #ff8e22;
	margin-left: 5px;
}

.touzi-list .rowbox .item {
	font-size: 14px;
	position: relative;
}

.touzi-list .rowbox .item.txtyellow {
	color: #ff8e22;
}

.touzi-list .rowbox .item .btn-submit {
	background: #6ab445;
	display: flex;
	align-items: center;
	padding: 0 10px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	border-radius: 28px;
	margin-top: 5px;
}

.touzi-list .rowbox .item .btn-submit.btn-ljyy {
	background: linear-gradient(to right, #ff8f13, #fbb41f);
	color: #FFFFFF;
}

.touzi-list .rowbox .item .btn-submit.btn-ljre {
	background: linear-gradient(90deg, #3793F5 0%, #3793F5 1%, #3793F5 100%);
	color: #FFFFFF;
}

.touzi-list .rowbox .item .btn-submit.btn-over {
	background: #909399;
	color: #FFFFFF;
}

.touzi-list .rowbox .item .txt-name {
	font-size: 14px;
	color: #000;
}

.touzi-list .rowbox .item .txt-state {
	font-size: 16px;
	color: #333;
}

.touzi-list .rowbox .item .txt-num {
	font-size: 14px;
	color: #ff8e22;
}

.touzi-list .rowbox .item .txt-money {
	font-size: 14px;
	color: #19be6b;
}

.touzi-list .rowbox .item .txt-money span {
	font-size: 14px;
	color: #333;
}

.touzi-list .rowbox .item .txt-time {
	color: #999;
	font-size: 14px;
}

/*进度条*/
.progress-bar {
	width: 100%;
	height: 8px;
	border-radius: 10px;
	background: #f1f2f6;
	overflow: hidden;
}

.progress-bar .progress {
	display: block;
	height: 8px;
	background: linear-gradient(to right, #ff8f13, #fbb41f);
	font-size: 12px;
	line-height: 8px;
	color: #333;
	text-align: right;
}

/*秒杀*/
.miao-list {
	padding: 10px;
	padding-top: 15px;
}

.miao-list .item {
	width: 100%;
	background: #ffffff;
	border-radius: 14px;
	margin-bottom: 15px;
	overflow: hidden;
}

.miao-list .item .banner {
	width: 100%;
	font-size: 0;
	position: relative;
}

.miao-list .item .banner .poster {
	width: 100%;
}

.miao-list .item .banner .status {
	width: 59px;
	padding: 5px 8px;
	border-radius: 0px 0px 8px 0px;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;

}

.miao-list .item .info-wrap {
	font-size: 14px;
	position: relative;
	padding: 10px;
	padding-top: 5px;
	padding-right: 14px;

}


.miao-list .item .info-wrap .title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

.miao-list .item .info-wrap .linebox {
	width: 16px;
	height: 28px;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	line-height: 27px;
	color: #F0F0F0;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}

.miao-list .item .info-wrap .txt {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	min-height: 20px;
	line-height: 16px;
}

.miao-list .item .info-wrap .countdown {
	font-size: 11px;
	color: #999;
	font-weight: 500;

}

.miao-list .item .info-wrap .countdown span {
	font-size: 11px;
	font-weight: 400;
	padding: 2px 3px;
	margin: 0 4px;
	line-height: 11px;
	border-radius: 2px;
	background: #000;
	color: #fff;
}

.miao-list .item .info-wrap .detail-btn {
	width: 98px;
	height: 32px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding-left: 15px;
	
	padding-right: 4px;
	background: linear-gradient(259.82deg, #64C2FF 0%, #3B98F5 100%);
}

.miao-list .item .info-wrap .detail-btn .go-icon {
	display: flex;
	
	padding: 5px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-left: 7px;
	margin-top: 4px;
	margin-bottom: 4px;
	

}

.miao-list .item .info-wrap .detail-btn .go-icon img {
font-weight: 500;
	width: 14px;
	height: 15px;



}

/*  */
.home-page .modulebox {
	margin: 14px;
	display: flex;
	align-items: center;

}

.home-page .modulebox .flex-1 {
	flex: 1;
}

.home-page .modulebox .box {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;

}

.home-page .modulebox .box.Litem {
	width: 50%;
	/*margin-right: 10px;*/

}

.home-page .modulebox .box.RTitem {
	margin-bottom: 10px;
}


.home-page .modulebox .box .img {
	width: 100%;
	border-radius: 10px;
}

/*分类导航滑块*/
.top-sort-tab {
	left: 0;
	right: 0;
	position: fixed;
	z-index: 3;
	top: 44px;
	display: flex;
	align-items: center;
	background: #3793f5;
}
	.top-sort-tab .wrapper {
		position: relative;
		z-index: 2;
		height: 40px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

		.top-sort-tab .wrapper .scroller {
			position: absolute;
		}

			.top-sort-tab .wrapper .scroller .nav-li {
				width: auto;
				height: 40px;
				color: #fff;
				float: left;
				text-align: center;
				position: relative;
				z-index: 3;
				top: 5px;
			}

				.top-sort-tab .wrapper .scroller .nav-li .link-a {
					color: #eee;
					display: block;
					height: 22px;
					line-height: 22px;
					font-size: 14px;
					margin-left: 5px;
					margin-right: 5px;
					padding: 0 6px;
					box-sizing: border-box;
				}

				/*.top-sort-tab .wrapper .scroller .nav-li.cur::after {
					content: '';
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					bottom: 2;
					width: 40px;
					height: 2px;
					background: #ffc107;
				}*/

				.top-sort-tab .wrapper .scroller .nav-li.cur .link-a {
					color: #2872a6;
					background-color: #ffffff;
					border-radius: 15%;
				}



	.top-sort-tab .allmenu {
		color: #333;
		background: #FFFFFF;
		position: relative;
		z-index: 3;
		height: 30px;
		padding: 0 10px;
	}


		.top-sort-tab .allmenu .icon-down {
			width: 10px;
		}

			.top-sort-tab .allmenu .icon-down.icon-up {
				transform: rotate(180deg);
			}