@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none;
	border: none;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;

}

img {
	vertical-align: middle;
}


a {
	text-decoration: none;
	transition: all .2s;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
	font-style: normal;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.listmome {
	text-align: center;
	height: 40px;
	width: 100%;
	margin: 15px auto;
	font-size: 14px;
}

/*金刚区*/
.Aindex-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;
}

	.Aindex-page .menu .nav_a {
		float: left;
		display: block;
		text-decoration: none;
		width: 25%;
		text-align: center;
		padding: 5px 0;
		box-sizing: border-box;
	}

		.Aindex-page .menu .nav_a .tagicon {
			width: 36px;
			height: 36px;
			box-sizing: border-box;
		}

		.Aindex-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: 45px;
				}

			.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);
			}

/*底部*/
.tabbar-out {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
}

.tabbar {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
	background: linear-gradient(to top, #ffffff, #ffffff);
	border-top: solid 1px rgba(0, 0, 0, .06);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.tabbar .tabbar-item {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex-flex: 1;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.tabbar .tabbar-item .link-a {
	font-size: 12px;
	background: none;
	color: #333333;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
}

.tabbar .tabbar-item.active .link-a {
	color: #F33B3B;
}

	.tabbar .tabbar-item .link-a .tabbar-icon {
		display: block;
		margin: 0 auto;
		width: 18px;
		height: 18px;
	}

.tabbar .tabbar-item .link-a p {
	font-size: 12px;
	margin-top: 2px;
}

	.tabbar .tabbar-item.collage {
		position: relative;
		height: 50px;
		text-align: center;
	}

		.tabbar .tabbar-item.collage .link_a {
			position: relative;
			top: -15px;
			width: 58px;
			height: 58px !important;
			line-height: 58px;
			margin: 0px auto;
			padding-top: 0 !important;
			font-weight: bold;
			font-size: 20px;
			color: #139bf1;
			background-color: #fff;
			border-top: #f6f6f6 solid 1px;
			border-radius: 100%;
			display: block;
		}

			.tabbar .tabbar-item.collage .link_a .tabbar-icon {
				width: 50px;
				height: 50px;
				margin-top: 3px;
				border-radius: 50%;
			}

/*****开始状态********/
.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab21.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(3) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab3.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/****选中状态***/
.tabbar .tabbar-item:nth-of-type(1).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab21-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab3-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* 首页 */

.Aindex-page {}

.Aindex-page .top-header {
	position: relative;
	background: #fff;
}

.Aindex-page .top-header .box {
	padding: 14px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;

}

.Aindex-page .top-header .search-box {
	width: 100%;
	background: #FFFFFF;
	height: 35px;
	border-radius: 35px;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	font-size: 14px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.Aindex-page .top-header .search-box .icon {
	width: 18px;
	height: 18px;
	margin: 8px 10px;

}

.Aindex-page .top-header .search-box .input {
	border: 0;
	background: none;
	height: 36px;
	font-size: 12px;
	color: #000;
	flex: 1;
	padding-right: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.Aindex-page .top-header .box .xiaoxi {
	position: relative;
	margin-left: 10px;
}

.Aindex-page .top-header .box .xiaoxi .icon-notice {
	width: 16px;
	height: 18px;

}

.Aindex-page .top-header .box .xiaoxi .tag {
	width: 5px;
	height: 5px;
	background: #E60012;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.Aindex-page .top-header .search-box .input::-webkit-input-placeholder {
	color: #7E7E7E;
}

.Aindex-page .top-header .search-box .input::-webkit-input-placeholder {
	color: #7E7E7E;
}

.Aindex-page .top-header .search-box .input::-moz-placeholder {
	color: #7E7E7E;
}

.Aindex-page .top-header .search-box .header-search-input .input:-moz-placeholder {
	color: #7E7E7E;
}



/*  */
.Aindex-page {}

.Aindex-page .banner {
	position: relative;
	padding-top: 5px;
	padding-bottom: 16px;
	overflow: hidden;
}

.Aindex-page .banner .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	overflow: hidden;

}

.Aindex-page .banner .swiper-slide.swiper-slide-active .img {
	box-shadow: 0px 0px 6px rgba(255, 79, 81, .4);
}

.Aindex-page .banner .swiper-container {
	width: 100%;
	overflow: visible !important;
}

.Aindex-page .banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 90%;
	border-radius: 10px;
}


.Aindex-page .banner .swiper-container .swiper-wrapper .swiper-slide-prev {
	width: 90%;
	height: 90% !important;
}

.Aindex-page .banner .swiper-container .swiper-wrapper .swiper-slide-next {
	width: 90%;
	height: 90% !important;
}


.Aindex-page .banner .swiper-container .swiper-pagination {
	bottom: -16px;
	height: 20px;

}

.Aindex-page .banner .swiper-container .swiper-pagination-bullet {
	width: 12px;
	height: 3px;
	border-radius: 3px;
	margin: 0 4.5px;
	background: #DCDCDC;
	opacity: 1;
}

.Aindex-page .banner .swiper-container .swiper-pagination-bullet-active {
	background: #FF7957;

}


/*  */
.Aindex-page .modulebox {
	margin: 14px;
	display: flex;
	align-items: center;
}

.Aindex-page .modulebox .flex-1 {
	flex: 1;
}

.Aindex-page .modulebox .box {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

.Aindex-page .modulebox .box.Litem {
	width: 36.7%;
	margin-right: 10px;
}

.Aindex-page .modulebox .box.RTitem {
	margin-bottom: 10px;
}


.Aindex-page .modulebox .box .img {
	width: 100%;
	border-radius: 10px;
}

/*  */
.Aindex-page .bar-tit {
	width: 100%;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #151515;
	line-height: 36px;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;


}


.Aindex-page .bar-tit span {
	font-weight: 400;
	font-size: 12px;
	color: #151515;
	line-height: 36px;
	display: flex;
	align-items: center;

}

.Aindex-page .bar-tit span .icon-arrow {
	width: 5px;
	height: 10px;
	margin-left: 8px;
}


/* ================商品列表================== */

.Agoods-list {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 5px;

}



.Agoods-list .goods-item {
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	box-sizing: border-box;


}

.Agoods-list .goods-item .goods-img {
	font-size: 0;
	position: relative;
	width: 127px;
	height: 127px;


}

.Agoods-list .goods-item .goods-img .pro-img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* box-shadow: 0 0px 8px rgba(158, 158, 158, .4); */
}

.Agoods-list .goods-item .info-wrap {
	flex: 1;
	height: 107px;
	font-size: 12px;
	position: relative;
	padding: 15px 10px 10px;
	background: #FFFFFF;
	border-radius: 0 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: -1.5px 0px 8px rgba(158, 158, 158, .4);

}

.Agoods-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #141414;
	font-size: 14px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.Agoods-list .goods-item .info-wrap .pro-bottom {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}

.Agoods-list .goods-item .info-wrap .pro-solve {
	font-size: 12px;
	color: #141414;
	margin-bottom: 3px;
}

.Agoods-list .goods-item .info-wrap .pro-solve span {
	font-size: 12px;
	color: #141414;
	margin-right: 2px;
}


.Agoods-list .goods-item .info-wrap .discount-price {
	color: #FF3E34;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.Agoods-list .goods-item .info-wrap .discount-price .unit {
	color: #FF3E34;
	font-size: 12px;
}

.Agoods-list .goods-item .info-wrap .discount-price .price {
	font-size: 16px;

}

.Agoods-list .goods-item .info-wrap .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #141414;
}

.Agoods-list .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}



/* 个人中心 */
.Amy-page {
	width: 100%;

}

.Amy-page .my-top {
	padding-top: 15px;
	position: relative;
	background: #fff url('../imgs/my/bg.png') no-repeat top;
	background-size: 100% 100%;

}

.Amy-page .my-top .top-title {
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Amy-page .my-top .top-title .top-r {
	position: absolute;
	right: 10px;
	display: flex;
}

.Amy-page .my-top .top-title .top-r .link-a {
	text-align: center;
	margin: 0 7px;
}

.Amy-page .my-top .top-title .top-r .link-a .icon {
	width: 17px;
	height: 17px;
}

.Amy-page .my-top .top-title .top-r .link-a span {
	display: block;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;
}

.Amy-page .my-top .info-box {
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

.Amy-page .my-top .info-box .my-top-photo {
	width: 54px;
	height: 54px;
	border-radius: 54px;
	overflow: hidden;
	box-sizing: border-box;
}

.Amy-page .my-top .info-box .my-top-photo .img {
	width: 54px;
	height: 54px;
	border-radius: 54px;
}

.Amy-page .my-top-data {
	flex: 1;
	padding-left: 9px;
}

.Amy-page .my-top-data .item {
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}


.Amy-page .my-top-data .item span {
	font-size: 13px;
	color: #000000;
	margin-left: 9px;
}

.Amy-page .my-top-data .item .icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: 9px;
	margin-right: 2px;
}

.Amy-page .my-top-data .level {
	position: relative;
	display: inline-flex;
	border-radius: 20px 10px 10px 20px;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
	height: 20px;
	line-height: 20px;
	padding-left: 26px;
	padding-right: 9px;
}

.Amy-page .my-top-data .level.bg1 {
	background: #feca18;
}

.Amy-page .my-top-data .level.bg2 {
	background: #e6acfe;
}

.Amy-page .my-top-data .level.bg3 {
	background: #f7a1c7;
}

.Amy-page .my-top-data .level span {
	font-size: 12px;
	color: #000000;
}

.Amy-page .my-top-data .level .icon {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;

}

/*  */
.Amy-page .bannerbox {
	position: relative;
	margin: 0 10px;
	height: 65px;
	background: url('../imgs/my/fulilbg.png') no-repeat center;
	background-size: 100% 65px;

}


.Amy-page .bannerbox .openvip {
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;

}

.Amy-page .bannerbox .openvip a {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333333;
	box-shadow: 0px 0px 17px 0px rgba(116, 116, 116, 0.15);
	border-radius: 26px;
}

.Amy-page .bannerbox .openvip .icon {
	width: 14px;
	height: 12px;

}

.Amy-page .link_item {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;

	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Amy-page .link_item.border-b {
	border-bottom: 1px solid #F3EDED;
}

.Amy-page .link_item .icon {
	width: 21px;
	margin-right: 5px;
}


.Amy-page .link_item .txt {
	flex: 1;
	font-size: 16px;
	color: #333;
}

.Amy-page .link_item span {
	display: flex;
	font-size: 14px;
	color: #808080;
	align-items: center;
}

.Amy-page .link_item span .icon-arrow {
	width: 6px;
	height: 11px;
	margin-left: 9px;
}

/* ========通用菜单========= */
.Amy-page .tools {}

.Amy-page .tools .bar-tit {
	display: flex;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	color: #333;
	line-height: 30px;
	padding: 15px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #F3EDED;

}


.Amy-page .bar-tit span {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	display: flex;
	align-items: center;

}

.Amy-page .bar-tit span .icon-arrow {
	width: 7px;
	height: 13px;
	margin-left: 8px;
}

.Amy-page .tools .tools-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Amy-page .tools .tools-link .link-a {
	display: block;
	width: 25%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.Amy-page .tools .tools-link.order-link .link-a {
	display: block;
	width: 25%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.Amy-page .tools .tools-link .link-a .link_name {
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}

.Amy-page .tools .tools-link.order-link .link-a .icon {
	width: 21px;
	height: 21px;


}

.Amy-page .tools .tools-link .link-a .icon {
	height: 37px;


}

.Amy-page .tools .tools-link .link-a .link_name {
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}

/* 邀请 */
.Ashare-page {
	background: #f6f6f6;
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.Ashare-page .goback {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Ashare-page .goback .back-icon {
	width: 12px;
	height: 12px;
}

.Ashare-page .topbg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 240px;
}

.Ashare-page .bottombg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
}

.Ashare-page .brimg {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 130px;
}

.Ashare-page .juzhong {
	position: relative;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.Ashare-page .logo {
	height: 40px;
	margin-bottom: 50px;
}

.Ashare-page .qrbox {
	padding-top: 50px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
}

.Ashare-page .qrbox .qrimg {
	width: 144px;
	height: 144px;
}

.Ashare-page .qrbox .title {
	font-size: 15px;
	color: #495AFF;

}

.Ashare-page .qrbox .yqm {
	background: #fff;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	color: #495AFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border: none;
	letter-spacing: 2px;
	margin: 5px auto;
	outline: none;
}


.Ashare-page .qrbox .share_btn {
	position: relative;
	width: 124px;
	height: 30px;

	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	border-radius: 10px;
}

.Ashare-page .qrbox .share_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(0deg, #6A11CB 0%, #2575FC 100%);
	border-radius: 30px;
}

.Ashare-page .qrbox .share_btn::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #fff;

	border-radius: 30px;
}

.Ashare-page .qrbox .share_btn span {
	position: relative;
	z-index: 999;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #495AFF;

}

/* 登录 */
.loginPage {
	position: relative;
	background: url("../imgs/login/bg.png") no-repeat;
	background-size: 100% auto;
}

.loginPage .logo-name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 70px;
}

.loginPage .logo-name .logo {
	width: 124px;
	height: 124px;
	border: 2px solid #fff;

}

.loginPage .form-login {
	position: relative;
	padding: 20px;
	margin: 20px;
	top: -40px;
	margin-bottom: -40px;
	color: #010101;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(5, 94, 93, 0.1);
}

.loginPage .form-login .login-groud {
	position: relative;
	font-size: 14px;
	color: #010101;
	background: #fff;
	border-bottom: 1px solid #F3EDED;
	height: 46px;
	line-height: 46px;
	display: flex;
	align-items: center;

}

.loginPage .form-login .login-groud .from_lable {
	min-width: 70px;
	color: #010101;
	font-size: 14px;
}

.loginPage .form-login .login-groud .form-control {
	background: transparent;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #010101;
	border: none;
	outline: none;
	flex: 1;
	box-sizing: border-box;

}

.loginPage .form-login .login-groud .btn-code {
	width: 70px;
	height: 34px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.loginPage .form-login .login-submit {
	width: 100%;
	clear: both;
	padding: 10px 0;
	margin-top: 20px;
	box-sizing: border-box;
}

.loginPage .form-login .login-submit .login-submit-btn {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 42px;
	border: none;
	background: linear-gradient(136deg, #41cfff 0%, #4098fe 100%);
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(56, 186, 248, .4);
	position: relative;
	z-index: 1;
}

.loginPage .form-login .link_dx {
	color: #33a2f3;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.loginPage .forget-reg {
	align-items: center;
	padding: 20px;
	margin-top: 20px;
	font-size: 14px;
	display: flex;
	justify-content: center;

}

.loginPage .forget-reg .link_a {
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.loginPage .forget-reg span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
/* 秒杀 */
.shopwindowWrap {
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px 8px 0 0;
	justify-content: space-between;
	padding: 0 5px;
	margin: 0 10px;
	margin-top: 10px;
	background-color: #fff;
}


	.shopwindowWrap .windowHeader {
		width: 100%;
		padding: 0 5px;
		padding-top: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.shopwindowWrap .windowHeader .title {
			font-size: 16px;
			color: #444;
			margin-right: 4px;
			font-weight: bold;
			display: flex;
			align-items: center;
		}

		.shopwindowWrap .windowHeader .count-time {
			align-items: center;
			display: flex;
			font-size: 12px;
		}

			.shopwindowWrap .windowHeader .count-time span {
				background: #98c1d5;
				padding: 3px 5px;
				border-radius: 5px;
				color: #fff;
				display: flex;
				font-size: 12px;
				line-height: 1;
				align-items: center;
				justify-content: center;
			}

				.shopwindowWrap .windowHeader .count-time span:first-child {
					margin-left: 5px;
				}

			.shopwindowWrap .windowHeader .count-time em {
				display: flex;
				color: #98c1d5;
				width: 4px;
				margin: 0 3px;
				align-items: center;
				justify-content: center;
			}

		.shopwindowWrap .windowHeader .more {
			font-size: 14px;
			color: #98c1d5;
			border: 1px solid #98c1d5;
			padding: 0 5px;
			border-radius: 3px;
		}

			.shopwindowWrap .windowHeader .more img {
				width: 7px;
				height: 7px;
			}