@charset "utf-8";

/* ============s首页============== */
.home-page {
	width: 100%;
	background: url(../imgs/my/bg.jpg) no-repeat;
	background-size: 100% auto;
}

.home-page .index-top-header {
	position: relative;
	overflow-x: hidden;

}

/*  */
.home-page .index-top-header .header-search-box {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 230px;
	z-index: 998;
}

.home-page .index-top-header .header-search-input {
	width: 100%;
	margin-right: 12px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFFFFF;
	border-radius: 17px;
	height: 34px;
	padding-right: 4px;
	overflow: hidden;
	font-size: 14px;
	box-sizing: border-box;
}

.home-page .index-top-header .header-search-input .icon-search {
	width: 15px;
	height: 15px;
	margin: 10px;
	margin-right: 8px;

}

.home-page .index-top-header .header-search-input .search-input {
	border: 0;
	background: none;
	height: 36px;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
	color: #fff;
}

.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
	color: #fff;
}

.home-page .index-top-header .header-search-input input::-moz-placeholder {
	color: #fff;
}

.home-page .index-top-header .header-search-input input:-moz-placeholder {
	color: #fff;
}

.home-page .index-top-header .header-search-box .icon-notice {
	width: 28px;
	height: 28px;
}

.home-page .index-top-header .header-search-input .search-btn {
	width: 52px;
	height: 26px;
	border-radius: 17px;
	background: #BBD669;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
}

/*  */
.home-page .index-swiper {
	position: relative;
	overflow: hidden;

}

.home-page .index-swiper .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;

}

/*  */
.home-page .container {
	position: relative;
}

	.home-page .container::before {
		content: '';
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 645px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #f9b78f 55%, rgba(231, 243, 197, 0.00) 100%);
	}

/*金刚区*/
.home-page .menu {
	overflow: hidden;
	background: #FFFFFF;
	margin: 10px 15px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
}

.home-page .menu .nav_a {
	float: left;
	display: block;
	text-decoration: none;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.home-page .menu .nav_a .tagicon {
	width: 52px;
	height: 52px;
	padding: 4px 6px 6px 6px;
	box-sizing: border-box;
}

.home-page .menu .nav_a .tag {
	font-size: 12px;
	color: #007267;
	height: 17px;
	margin-top: 4px;
}

.home-page .menu1 {
	overflow: hidden;
	background: #7ac595;
	margin: 10px 15px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	height: 40px;
}

/* 楼层表头 */

.home-page .floor-bar-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	padding-top: 8px;
	position: relative;
}

.home-page .floor-bar-title img {
	height: 100px;
}

/* .home-page .floor-bar-title:before {
	content: "";
	background: url(../imgs/index/bar-title.png) no-repeat center;
	background-size: auto 100%;
	width: 174px;
	height: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
} 

.home-page .floor-bar-title .title {
	height: 18px;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0em;
	color: #3D3D3D;
}

.home-page .floor-bar-title .subtitle {
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	line-height: 21px;
	color: #333;
}*/


/* 首页商品列表 */

.index-product-list {}

.index-product-list .goods-list {
	margin: 2px 10px;
}

.index-product-list .goods-list .goods-item {
	padding: 6px;
}


/* ===========我的================ */
.mybody {
	background-color: #fff;
}

.my-page {
	position: relative;
	/* background: url('../imgs/my/bg.jpg') no-repeat;
	background-size: 100% auto; */
}

.my-page .my-top {
	position: relative;
	padding: 0 15px;
	padding-top: 40px;
	padding-bottom: 75px;

}

.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.jpg') no-repeat top;
	background-size: 100% 100%;
}

.my-page .top-right {
	position: absolute;
	top: 15px;
	right: 15px;
}



.my-page .top-right .link-a {
	margin-left: 10px;
	float: left;
}

.my-page .top-right .link-a img {
	width: 20px;
}

.my-page .top-right .link-a span {
	display: block;
	color: #3B3B3B;
	font-weight: bold;
	font-size: 12px;
}




.my-page .my-top-photo {
	float: left;
	width: 60px;
	height: 60px;
	padding: 5px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

.my-page .my-top-photo .img {
	width: 100%;
	height: 100%;
}

.my-page .my-top-data {
	margin-left: 10px;
	line-height: 18px;
	color: #3B3B3B;

}

.my-page .my-top-data .level {
	font-size: 12px;
	display: inline-block;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/


	font-weight: bold;
	color: #fff;
	padding: 4px 8px;
	line-height: 15px;
	border-radius: 12px;
	background: #868686;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-page .my-top-data .item {

	font-size: 12px;

	font-weight: bold;
}


.my-page .my-top-data .item .icon {
	width: 10px;
	height: 10px;
	margin-left: 10px;

}



/*  */

.my-page .adbanner {
	height: 85px;
	margin: 0 15px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	background: #F8F8F8;
	border-radius: 10px;
	overflow: hidden;
}


.my-page .adbanner .txt-box {
	padding-left: 5px;
}

.my-page .adbanner .txt1 {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: #101419;
}


.my-page .adbanner .txt2 {
	color: #3B3B3B;
	font-size: 13px;
	margin-top: 10px;
}



.my-page .adbanner .linkbtn {
	font-size: 12.5px;
	height: 27px;
	color: #3B3B3B;
	padding: 0 10px;
	border-radius: 15px;
	background: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-page .adbanner .linkbtn .icon {
	width: 17px;
	height: 10px;
	margin-left: 7px;
}

/* ========通用菜单========= */
.my-page .tools {
	margin: 15px;
	padding-bottom: 10px;
	border-radius: 10px;
	background: #F8F8F8;
	position: relative;
	z-index: 1;
}

.my-page .tools .bar-tit {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	color: #424242;
	line-height: 30px;
	box-sizing: border-box;
}

.my-page .tools .bar-tit.bborder {
	border-bottom: 1px solid #252525;
}

.my-page .tools .bar-tit .link-a {
	font-size: 12px;
	line-height: 17px;
	color: #424242;
	position: relative;
	padding-right: 10px;
}

.my-page .tools .bar-tit .link-a:after {
	content: " ";
	width: 9px;
	height: 9px;
	background: url(../imgs/my/icon-right.png) no-repeat;
	background-size: 9px 9px;
	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%;

	text-align: center;
	position: relative;
	text-decoration: none;
}

.my-page .tools .tools-link.quanyi .link-a {
	width: 25%;

}

.my-page .tools .tools-link.order-link .link-a {
	display: block;
	width: 25%;
	padding: 5px 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 .link-a .icon {
	width: 30px;
	height: 30px;
}

.my-page .tools .tools-link .link-a .link_name {
	font-size: 13px;
	color: #3B3B3B;
	margin-top: 10px;
	line-height: 26px;


}

/*  */
.my-page .my-menu {
	margin: 15px;
	border-radius: 10px;
	padding-bottom: 5px;
	background: #F8F8F8;

}

.my-page .my-menu .bar-tit {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	line-height: 30px;
	color: #424242;
	box-sizing: border-box;
}

.my-page .my-menu .link-a {
	width: 100%;
	padding:0 40px;
	box-sizing: border-box;
	margin: 20px auto;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;

}

.my-page .my-menu .link-a .link_name {
	font-size: 13px;
	color: #3B3B3B;
	line-height: 26rpx;
}


.my-page .my-menu .link-a .icon {
	width: 22px;
	height: 22px;
	background: #E5E5E5;
	padding: 2px;
	border-radius: 2px;
	margin-right: 10px;

}
.my-page .my-menu .link-a:after {
	content: " ";
	width: 10px;
	height: 10px;
	background: url(../imgs/my/icon-right.png) no-repeat;
	background-size: 10px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}




/*  */

.my-page .sharebox {
	padding: 0 15px;
}

.my-page .sharebox .link-a {
	width: 100%;
	border-radius: 10px;
	padding: 15px 30px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;

}

.my-page .sharebox .link-a .title {
	font-weight: bold;
	font-size: 13px;
	color: #3B3B3B;
}


.my-page .sharebox .link-a .icon {
	margin-right: 16px;
	width: 20px;
	height: 20px;
}

.navbar {
	position: relative;
	margin: 10px;
	border-radius: 8px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #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: 9px;
	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: #0379D3;
	border-radius: 8px;
	margin: 15px;
	padding: 10px;
	color: #fff;
	display: flex;
	align-items: center;
}

.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 url(../imgs/wallatbg.png) no-repeat;
	margin: 10px;
	padding: 20px 10px;
	border-radius: 12px;
	background-size: 100% 100%;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #FFFFFF;
}

.equity-points .myzichan .item {
	flex: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
}

.equity-points .myzichan .item .num {
	font-size: 15px;
	color: #E84747;
	line-height: 25px;
}

.equity-points .myzichan .item .num span {
	font-size: 12px;
	color: #E84747;
	line-height: 25px;
}

.equity-points .myzichan .item .tag {
	color: #999;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

.equity-points .maichu-btn {
	width: 146px;
	margin: 0 auto;
	background: #0379D3;
	display: flex;
	line-height: 22px;
	font-size: 14px;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
	height: 40px;
	border-radius: 12px;
}

.equity-points .maichu-btn .icon {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}

.equity-points .onedata {
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.equity-points .onedata .link-a {
	width: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;

}

.equity-points .onedata .link-a .title {
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	color: #999;
	z-index: 2;
}

.equity-points .onedata .link-a .subtitle {
	position: relative;
	z-index: 2;
	color: #0379D3;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	font-family: DIN-Bold-Bold;
	margin-top: 5px;
}

.equity-points .onedata .link-a .icon {
	position: absolute;
	right: 0;

	width: 85px;
	height: 85px;
}

.equity-points .chartbox {
	background: #fff;
	border-radius: 12px;
	margin: 10px;
	padding: 15px;
}

.equity-points .chartbox .bar-tit {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	font-size: 16px;
}

.equity-points .chartbox .chart {
	margin-top: 20px;
}

/* ================记录列表========== */

.page-record {
	background: #fff;
	padding: 10px;
}

/* ==========记录============ */
.record {
	box-sizing: border-box;
	position: relative;
	width: 100%;

}

.record .record-groud {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #ebebeb;
	background: #ffff;
}

.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 .Red {
	font-size: 14px;
	color: #eb531c;
}

.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: #08b300;
}

.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, #0379D3, #0379D3);

}

/* =============市场团队======== */
.market-team {}

.market-team .myzichan {
	position: relative;
	background: #FFFFFF;
	margin: 10px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #FFFFFF;
}

.market-team .myzichan.border {
	border: 1px solid #95BCF0;
}

.market-team .myzichan .allnum {
	background: #0379D3;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	padding: 12px;
}

.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: #ff9939;
}

.market-team .myzichan .item .num.red {

	color: #E84747;

}

.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: #3D3D3D;
	font-weight: 400;
	padding: 12px;
	display: block;
	text-align: center;
}

.market-team .tab .item.active {
	position: relative;

}

.market-team .tab .item.active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 2px;
	background: #0379D3;
	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: 0 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: #9AB93A;
}

/* ===========忘记密码========== */

.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, #0379D3, #0379D3);
}

.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%;
}

/* 搜索2 */
.search-boxIndex {
	background-color: #f8d8c5;
	border-radius: 5px;
	margin: 10px;
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.search-boxIndex .header-search-icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}

.search-boxIndex .header-search-input {
	width: 100%;
	border: none;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #333333;
}

.search-boxIndex .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 {
	background: #fff;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 8px;
}

.news-list .news-item {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 0.5px solid #ECECEC;
}

.news-list .news-item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.news-list .news-item .tupian {
	background-color: #f7f7f7;
	margin-right: 12px;
	width: 110px;
	height: 80px;
	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;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #FFFFFF;
}


.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;
}


/* ==========我的推荐========== */
.mytuijian-page {
	min-height: 100vh;

}

.mytuijian-page::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -40px;
	width: 150%;
	left: -25%;
	height: 240px;
	background: linear-gradient(180deg, #BBD669 0%, #FFFFFF 100%);
}

.top-header.top-headerbg {
	background: linear-gradient(90deg, #67BB63 0%, #64E5DB 1%, #67BB63 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: #000;
	display: flex;
	align-items: center;
}


.mytuijian-page .my-top-data .level {
	color: #9AB93A;
	padding: 0 6px;
	font-size: 12px;
	height: 21px;
	line-height: 17px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	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 #67BB63; */
	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: #67BB63;
	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, #67BB63 0%, #64E5DB 1%, #67BB63 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mytuijian-page .myteam .item .team-right .team-text .txt .dengji2 {
	color: #fff;
	padding: 0 6px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	background: linear-gradient(90deg, #bb63ba 0%, #e56490 1%, #bb63a9 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mytuijian-page .myteam .item .bottombox {
	position: relative;
	display: flex;
	background: #fff;
	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;
}

/*仓位管理*/


margin: 10px;

.mytuijian-page .myteam_cw {}

.mytuijian-page .myteam_cw .item {
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.mytuijian-page .myteam_cw .itemhei {
	background: #f7f2f2;
}

.mytuijian-page .myteam_cw .item .team-left {
	width: 100px;
	margin-right: 10px;
}

.mytuijian-page .myteam_cw .item .team-left .face-pic {
	width: 100px;
	height: 100px;
	/*border-radius: 50%;*/
}


.mytuijian-page .myteam_cw .item .team-right {
	width: 100%;
}

.mytuijian-page .myteam_cw .item .team-right .team-text .txt {
	font-size: 12px;
	color: #222;
	margin-bottom: 3px;
}

.mytuijian-page .myteam_cw .item .team-right .team-text .title {
	font-size: 14px;
	color: #000;

	margin-bottom: 3px;
}

.mytuijian-page .myteam_cw .item .team-right .team-text .txt .dengji {
	color: #fff;
	padding: 0 6px;
	font-size: 16px;
	height: 25px;
	line-height: 20px;
	border-radius: 5px;
	background: linear-gradient(90deg, #67BB63 0%, #64E5DB 1%, #67BB63 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mytuijian-page .myteam_cw .item .bottombox {
	position: relative;
	display: flex;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.mytuijian-page .myteam_cw .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_cw .item .bottombox .linebox {
	position: relative;
}

.mytuijian-page .myteam_cw .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_cw .item .bottombox .item .num {
	font-size: 12px;
	color: #262626;
	line-height: 25px;
}

.mytuijian-page .myteam_cw .item .bottombox .item .tag {
	color: #262626;
	font-size: 12px;
	line-height: 17px;
}

/* 在线客服 */
.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;
}

/* ============邀请好友============ */
.sharebody {
	width: 100%;

}

.share-page {
	width: 100%;
	height: 100vh;
	position: relative;
}


/* 返回 */
.share-page .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(255, 255, 255, .1);
	top: 15px;
	left: 15px;

}

.share-page .goback img {

	width: 22px;
	height: 22px;
}

.share-page .pageinvite {
	width: 100%;
	max-width: 440px;
	background: url('../imgs/share/bg.png') no-repeat top;
	background-size: 100% 460px;
	margin: 0 auto;
	position: relative;


}

.share-page .pageinvite .top-ad {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}



.share-page .pageinvite .top-ad .txt-1 {


	width: 264px;



}

.share-page .pageinvite .top-ad .txt-2 {
	height: 22px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.share-page .pageinvite .top-ad .adshare {
	position: relative;
	margin: 0 30px;
	text-align: center;
}

.share-page .pageinvite .top-ad .adshare::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	max-width: 320px;
	height: 10px;
	transform: translateX(-50%);
	border-radius: 5px;
	background: #BBD669;
	box-shadow: 0px 2px 3px 0px #C8D0AE, inset 0px 2px 6px 0px rgba(255, 255, 255, 0.8);
}

.share-page .pageinvite .top-ad .img {
	height: 210px;
}



.share-page .pageinvite .qrbox {
	position: relative;
	z-index: 1;
	top: -43px;
	width: 296px;
	margin: 0 auto;
	border-radius: 2px 2px 16px 16px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px #E8EAE3;
	overflow: hidden;
	padding-bottom: 30px;
}

.share-page .pageinvite .qrbox .qr-tit {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;

	justify-content: center;

	align-items: center;


}

.share-page .pageinvite .qrbox .qr-tit span {
	width: 70px;
	height: 17px;
	font-size: 12px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-page .pageinvite .qrbox .qr-tit:before {
	content: "";
	display: block;
	width: 85px;
	height: 7px;
	background: url('../imgs/share/L.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 6px;
}

.share-page .pageinvite .qrbox .qr-tit:after {
	content: "";
	display: block;
	width: 85px;
	height: 7px;
	background: url('../imgs/share/R.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 6px;
}

.share-page .pageinvite .qrbox .yqm {
	font-size: 20px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border: none;
	margin: 10px auto;
	outline: none;
}

.share-page .pageinvite .qrbox .qr_box {
	width: 160px;
	margin: 2px auto;
}

.share-page .pageinvite .qrbox .qr_box .qrimg {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}

.share-page .pageinvite .qrbox .bctp_btn {
	width: 212px;
	margin: 0 auto;
	margin-top: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 25px;
	background: #BBD669;
	color: #fff;
}

/* ===================会员中心==================== */
.VIP-level {
	background: url(../imgs/my/bg.jpg);
}

.VIP-level .top-bg {}

.VIP-level .top-header {
		background: url(../imgs/my/bg.jpg);
}

.VIP-level .top-info {

	backdrop-filter: blur(143px);
	padding: 15px;
	color: #fff;
	display: flex;
	align-items: center;
}

.VIP-level .top-info .user-info {
	flex: 1;
	display: flex;
	align-items: center;
}

.VIP-level .top-info .user-info .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
}

.VIP-level .top-info .user-info .name {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.VIP-level .top-info .user-info .level {
	font-size: 10px;
	line-height: 22px;
}

.VIP-level .top-info .link-a {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	display: flex;
	align-items: center;
}

.VIP-level .top-info .link-a .icon {
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

/*  */

.VIP-level .vipbox {
	margin: 0 15px;
	height: 120px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.VIP-level .vipbox.bg1 {
	background: linear-gradient(135deg, #C2B0FF 0%, #EDE7FF 30%, #6F27D5 80%);
	color: #554C9C;
}

.VIP-level .vipbox.bg2 {
	background: linear-gradient(135deg, #FAE1C5 0%, #FBECDB 30%, #F6D0A5 80%);
	color: #895531;
}

.VIP-level .vipbox.bg3 {
	background: linear-gradient(135deg, #A6B3E2 0%, #E1E7FF 30%, #B6C2F7 80%);
	color: #555C81;
}

.VIP-level .vipbox.bg4 {
	background: linear-gradient(135deg, #EABFAD 0%, #FDE8DE 32%, #EDC0AD 80%);
	color: #985F47;
}

.VIP-level .vipbox .icon-vip {
	width: 108px;
	position: absolute;
	z-index: 998;
	top: -8px;
	left: 0;
}

.VIP-level .vipbox .vipbg {
	width: 130px;
	height: 185px;
	transform: rotate(18.51deg);
	position: absolute;
	z-index: 998;
	top: -10px;
	right: -20px;
}

.VIP-level .vipbox .statusbtn {
	width: 70px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 28px;
	position: absolute;
	z-index: 998;
	top: 0;
	right: 0;
	border-radius: 0px 12px 0px 12px;
	/* background: linear-gradient(109deg, #F6D0A5 0%, #B07851 99%); */
}

.VIP-level .vipbox.bg1 .statusbtn {
	background: linear-gradient(109deg, #B5A7F1 0%, #713ABF 99%);
}

.VIP-level .vipbox.bg2 .statusbtn {
	background: linear-gradient(109deg, #F6D0A5 0%, #B07851 99%);
}

.VIP-level .vipbox.bg3 .statusbtn {
	background: linear-gradient(109deg, #D5DCF7 0%, #7A87C2 99%);
}

.VIP-level .vipbox.bg4 .statusbtn {
	background: linear-gradient(109deg, #FCEEE8 0%, #E4A284 96%);
}

.VIP-level .vipbox .txt-box {
	height: 120px;
}

.VIP-level .vipbox .txt-box .title {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: bold;

}

.VIP-level .vipbox .txt-box .subtitle {
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}



.VIP-level .adbanner .statusbtn {
	font-size: 12px;
	line-height: 18px;
	color: #3D3D3D;
	padding: 0 10px;
	height: 23px;
	border-radius: 12px;
	background: linear-gradient(90deg, #FFF7EB 0%, #E5B978 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.VIP-level .VIP-record {
	background: #fff;
	border-radius: 12px 12px 0 0;
	padding-top: 15px;
	margin-top: 15px;
}

.VIP-level .bar-radius {
	background: #fff;
	width: 100%;
	height: 20px;
	border-radius: 12px 12px 0px 0px;
}

.VIP-level .bar-tit {
	padding: 0 15px;
	color: #9AB93A;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	position: relative;
}

.VIP-level .bar-tit::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	height: 2px;
	border-radius: 1px;
	transform: translateX(-50%);
	background: #F8C235;
}

/* 我的钱包 */
.wallat-page {}

.wallat-page .top-bg {
	width: 100%;
	overflow-x: hidden;
	position: relative;

}

.wallat-page .top-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -40px;
	width: 150%;
	left: -25%;
	height: 240px;
	background: linear-gradient(180deg, #0379D3 50%, rgba(187, 214, 105, 0.00) 100%);
}

.wallat-page .top-header {
	background: transparent;
}

/*  */

.wallat-page .topwallat {
	margin: 15px;
	margin-top: 20px;
	/* min-height: 170px; */
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff url(../imgs/wallatbg.png) no-repeat;
	background-size: 100% 100%;
}


.wallat-page .topwallat .txt-box {
	padding-bottom: 10px;
	padding-top: 25px;
}

.wallat-page .topwallat .txt-box .title {
	display: flex;
	align-items: center;
	height: 18px;
	font-size: 14px;
	line-height: 21px;
	color: #999;
}

.wallat-page .topwallat .txt-box .num {
	font-size: 34px;
	margin-top: 10px;
	/* margin-bottom: 20px; */
	line-height: 48px;
	text-align: center;
	font-family: DIN-Bold-Bold;
	font-weight: normal;
	color: #0379D3;
}

.wallat-page .topwallat .btnmenu {
	margin: 15px 10px;
	margin-top: 0;
	padding: 0 15px;
}

.wallat-page .topwallat .btnmenu .item {
	width: 50%;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wallat-page .topwallat .btnmenu .item .link-a {
	width: 100%;
	padding: 8px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 10px 0px #ababab, inset 0px 2px 2px 0px #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

.wallat-page .topwallat .btnmenu .item .link-a .title {
	color: #333;
	font-size: 14px;
}

.wallat-page .topwallat .btnmenu .item .link-a .subtitle {
	font-size: 14px;
	color: #333333;
}


.wallat-page .topwallat .btnmenu .item .link-a .icon {

	height: 24px;
	width: 24px;
	margin-right: 10px;
}

/*  */
.wallat-page .two-menu {
	margin: 0 5px;
	padding: 0 5px;

}

.wallat-page .two-menu .box {
	width: 50%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wallat-page .two-menu .box .item {
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #FFFFFF;
	align-items: center;
	position: relative;
	overflow: hidden;
}



.wallat-page .two-menu .box .item .title {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	/* height: 60px; */
	padding: 20px 15px;
	padding-bottom: 10px;
}

.wallat-page .two-menu .box .item .title.bg1 {
	color: #FF9619;
	background: linear-gradient(180deg, #FFE3C1 0%, rgba(255, 255, 255, 0.00) 100%);

}

.wallat-page .two-menu .box .item .title.bg2 {
	color: #F86E5A;
	background: linear-gradient(180deg, #FFD5C1 0%, rgba(255, 255, 255, 0.00) 100%);
}

.wallat-page .two-menu .box .item .icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -5px;
	right: 0;
}

.wallat-page .two-menu .box .item .num {
	color: #0379D3;
	font-size: 20px;
	padding: 15px;
	padding-top: 0;
	font-family: DIN-Bold-Bold;
}



/*  */
.wallat-page .wallat-record {
	background: #fff;
	border-radius: 12px;
	margin: 15px;
	padding: 15px;
	box-shadow: 0px 1px 10px 0px #e7f0f7, 0px 1px 1px 0px #FFFFFF;
}

.wallat-page .wallat-record .bar-tit {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

.wallat-page .wallat-record .record .record-groud {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}

/* 提现、充值 */
.tx-cz-page {
	position: relative;
}

.tx-cz-page .top-bg {
	width: 100%;
	overflow-x: hidden;
	position: relative;

}

.tx-cz-page::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: linear-gradient(180deg, #0379D3 0%, rgba(187, 214, 105, 0.00) 100%);
	backdrop-filter: blur(204px);
}

.tx-cz-page .top-bg .top-header {
	background: transparent;
}

.tx-cz-page .yuhe {
	min-height: 150px;
	position: relative;
}

.tx-cz-page .yuhe .txt-box {
	padding: 15px;
	position: relative;
}

.tx-cz-page .yuhe .txt-box .title {
	width: 90px;
	height: 30px;
	padding: 0 6px;
	background: url("../imgs/icon/titbg.png") no-repeat;
	background-size: auto 100%;
}

.tx-cz-page .yuhe .txt-box .title span {
	font-size: 12px;
	color: #fff;
	height: 17px;
	line-height: 25px;
}

.tx-cz-page .yuhe .txt-box .num {
	height: 44px;
	font-size: 36px;
	margin-top: 15px;
	color: #fff;
}

.tx-cz-page .yuhe .iconbg {
	height: 150px;
	position: absolute;
	right: 0px;

}

.tx-cz-page .yuhe .iconbg.bg1 {
	height: 120px;


}

.tx-cz-page .bartitle {
	width: 70px;
	text-align: center;
	margin: 0 auto;
	height: 30px;
	padding: 0 6px;
	background: url("../imgs/icon/titble.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	bottom: -25px;
}

.tx-cz-page .bartitle span {
	font-size: 12px;
	color: #fff;
	height: 17px;
	line-height: 25px;
}


/* ==============帮助中心 ==============*/
.help-box {
	position: relative;
	color: #000;
	text-decoration: none;
	border: 1px solid #F7F7F7;
	background: #FFFFFE;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
}

/* 标题 */
.help-box .biaoti {
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.help-box .title {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.help-box .biaoti .icon-arrow-right {

	float: right;
	-webkit-transform: scale(0.5) rotate(90deg);
	-moz-transform: scale(0.5) rotate(90deg);
	-ms-transform: scale(0.5) rotate(90deg);
	-o-transform: scale(0.5) rotate(90deg);
	transform: scale(0.5) rotate(90deg);


}

.help-box .biaoti.collapsed .icon-arrow-right {
	-webkit-transform: scale(0.5) rotate(-90deg);
	-moz-transform: scale(0.5) rotate(-90deg);
	-ms-transform: scale(0.5) rotate(-90deg);
	-o-transform: scale(0.5) rotate(-90deg);
	transform: scale(0.5) rotate(-90deg);
}


.help-box .icon-arrow-right {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;

	zoom: 1;

	background-image: url("../imgs/icon/icon-right.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
}



.help-box .con {
	background: #f7fbfe;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
}

/* =======头部================ */
.top_logo_name {
	padding: 20px;
	display: flex;
	align-items: center;

}

.top_logo_name .img {
	width: 80px;
}

.top_logo_name .div_span {
	color: #fff;
	font-size: 18px;
	margin-left: 14px;
}

.top_logo_name .div_span .div_name {
	color: #fff;
	display: inline;
	font-size: 28px;
}

.pageTitle {
	color: #fff;
	margin: 20px 30px;
	font-size: 18px;
}

.pageTitle .div_p {
	color: #fff;
	font-size: 13px;
}

/*  */
.welcome {
	background: rgb(255 255 255 / 77%);
	border-radius: 20px;
	color: #607d8b;
	height: 40px;
	padding-right: 10px;
	font-size: 14px;
	margin: 0 15px;
	display: flex;
	align-items: center;
}

.welcome .icon {
	margin: 0 10px;
	width: 24px;
	height: 24px;

}

.welcome marquee {
	line-height: 40px;
}

/*  */

/*功能菜单*/

.nav {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	margin: 15px;
	border-radius: 10px;
}

.nav .nav_a {
	float: left;
	display: block;
	text-decoration: none;
	width: 25%;
	padding: 15px 0;
	text-align: center;
}

.nav .nav_a .tagicon {
	width: 40px;
	height: 40px;
}

.nav .nav_a .tag {
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
}

/*  */
.my_money {
	margin: 10px 5px;
}

/*背景*/
.bg1 {
	background: #e6eafc;
	color: #365393;
}

.bg2 {
	background: #FFEAE4;
	color: #96583D;
}

.bg3 {
	background: #DFF4FF;
	color: #3B696E;
}

.bg4 {
	background: #E8F2FC;
	color: #335677;
}

.bg5 {
	background: #E7F9EE;
	color: #248D6C;
}


.bg6 {
	background: #FCF3E6;
	color: #B75E26;
}

/*模块*/

.index_money {
	margin: 15px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.index_money .item-money {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
}

.index_money .item-money .money-com {
	position: relative;
	/* color: #fff; */
	display: block;
	z-index: 33;
	border-radius: 5px;
	padding: 16px 10px;
}

.index_money .item-money .money-com.two-box {

	overflow: hidden;
}


.index_money .item-money .money-com .tag-icom {
	width: 90px;
	height: 53px;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: -1;
}

.index_money .item-money .money-com .tag-icom .tag-img {
	width: 90px;
	height: 53px;
}


.index_money .item-money .money-com .mz {
	position: relative;
}


.index_money .item-money .money-com .num {
	color: #e13eab;
}

.ad {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.ad .ad-img {
	width: 100%;
}


/* 对话框 */

.dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}

.dialog .dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: #fff;
	border-radius: 6px;
	width: 85%;
	font-size: 14px;
	line-height: 1.5;
	z-index: 2;
}

.dialog .dialog-content .dialog-head {
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
}

.dialog .dialog-content .dialog-head .gbclose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.dialog .dialog-content .dialog-info {
	padding: 20px 10px;
}

.dialog .dialog-content .dialog-info .cont-det {
	display: block;
	font-size: 14px;
	color: #555;
	max-height: 40vh;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: scroll
}

.dialog .dialog-content .dialog-footer {
	height: 48px;
	border-top: solid 1px rgba(89, 89, 89, 0.1);
}

.dialog .dialog-content .dialog-footer.noboder {
	border-top: none !important;
}

.dialog .dialog-content .dialog-footer .btn {
	width: 100%;
	line-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	width: 100%;
	height: 48px;
	border-radius: 5px;
	font-size: 16px;
}

.dialog .dialog-content .dialog-footer .btn:first-child {
	border-right: solid 1px rgba(89, 89, 89, 0.1);
}


.dialog .dialog-content .dialog-footer .btn.btn-ok {
	color: #fc4141;
}

/*  */

.dialog .dialog-content .dialog-footer.noboder .btn {
	width: 100px;
	height: 28px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #55b949;
	color: #55b949;
	box-sizing: border-box;
}

.dialog .dialog-content .dialog-footer.noboder .btn:first-child {
	border-right: 1px solid #55b949;
}

.dialog .dialog-content .dialog-footer.noboder .btn.btn-ok {
	color: #FFFFFE;
	background: #55b949;
}

/* ================联系客服============== */

.page-message-platform .tab {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .01);
}

.page-message-platform .tab .tab-item {
	position: relative;
	line-height: 25px;
	padding: 0 5px;
	flex: 1;
	text-align: center;
	font-size: .875rem;
	color: #999
}

.page-message-platform .tab .tab-item:after {
	position: absolute;
	bottom: -5px;
	left: 40%;
	right: 40%;
	display: block;
	width: auto;
	height: 2px;
	border-radius: 3px;
	content: " ";
	font-size: 0;
	background: #fff;
}

.page-message-platform .tab .tab-item.active {
	font-weight: 600;
	color: #000
}

.page-message-platform .tab .tab-item.active:after {
	background: linear-gradient(to right, #fc1b35, #fff)
}

.page-message-platform .tab .tab-item.unread-tip:before {
	position: absolute;
	left: 50%;
	top: 3px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: " ";
	background: #fc1b35;
	margin-left: 30px;
}

/*  */

.page-message-platform .notifications {
	margin-top: 10px;
	padding: 0 15px
}

.page-message-platform .notifications .item {
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
	padding: 5px 10px;
}



.page-message-platform .notifications .item .text-box {
	margin: 10px 0;
	color: #999;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

/*  */

.page-message-platform .platform {
	margin-top: 10px;
	padding: 0 15px
}

.page-message-platform .platform .item {
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}

.page-message-platform .platform .item:first-child {
	margin-top: 0
}

.page-message-platform .platform .item .tit-box {
	display: flex;
	align-items: center
}

.page-message-platform .platform .item .tit-box .tit {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-break: anywhere;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 600;
	position: relative
}

.page-message-platform .platform .item .tit-box .time {
	color: #999;
	font-size: 12px
}

.page-message-platform .platform .item .text-box {
	margin: 10px 0;
	color: #999;
	max-height: 18px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.page-message-platform .platform .item .text-box .name {
	flex: 1;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.page-message-platform .platform .item .text-arrow {
	display: block;
	color: #333;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #f9f9f9;
	font-size: 12px;
}

.page-message-platform .platform .item .text-arrow:after {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 72%;
	right: 7px;
	display: block;
	width: 4px;
	height: 4px;
	content: " ";
	font-size: 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg) translateY(-50%)
}

.page-message-platform .platform .item.unread .tit-box .tit {
	padding-left: 15px;
}

.page-message-platform .platform .item.unread .tit-box .tit:before {
	position: absolute;
	left: 0;
	top: .25rem;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: " ";
	background: #fc1b35
}

/*  */

.page-message-platform .service-message {
	padding: 0 15px;
	margin-top: 10px;
	border-radius: 5px;
	background: #fff
}

.page-message-platform .service-message .item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative
}

.page-message-platform .service-message .item:after {
	position: absolute;
	left: 65px;
	right: 0;
	bottom: 0;
	display: block;
	height: 1px;
	content: " ";
	font-size: 0;
	background: #f9f9f9
}

.page-message-platform .service-message .item:last-child:after {
	height: 0
}

.page-message-platform .service-message .item .logo {
	width: 46px;
	height: 46px;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	overflow: hidden
}

.page-message-platform .service-message .item .text-box {
	flex: 1;
	margin: 0 10px;
	max-height: unset
}

.page-message-platform .service-message .item .text-box .name {
	font-size: 15px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	color: #000
}

.page-message-platform .service-message .item .text-box .des {
	height: 16px;
	line-height: 16px;
	color: #999;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}

.page-message-platform .service-message .item .time-box .time {
	color: #999;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.page-message-platform .service-message .item .time-box .unread-box {
	height: 16px;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-end
}

.page-message-platform .service-message .item .time-box .unread-box .number {
	background: #fff;
	font-size: 0
}

.page-message-platform .service-message .item.unread .time-box .unread-box .number {
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	content: " ";
	text-align: center;
	background: #fc1b35
}

/*  */
.page-message-platform .coupon-foot {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	margin: auto;
	background: #fff;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .01);
	box-sizing: border-box;
	z-index: 30;
	padding: 7px 10px;
	display: flex;
	align-items: center;
	padding: 0;
}

.page-message-platform .coupon-foot .coupon-btn {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	padding: 15px 0;
	font-size: 14px;
	color: #aaa
}

.page-message-platform .coupon-foot .coupon-btn:first-child:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 1px;
	height: 18px;
	background: #ccc
}

.page-message-platform .coupon-foot .active {
	color: #fc1b35
}

/* 退出登录 */
.page-logout {
	background: #fff;
	min-height: 100vh;
}

.page-logout .top {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.page-logout .top .img-text {
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.page-logout .top .img-text .circle {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto
}

.page-logout .top .img-text .circle img {
	width: 62px;
	height: 62px;
	margin: 0 auto
}

.page-logout .top .img-text .text {
	font-size: 12px;
	color: #fff;
	background: #EC4241;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	padding: 2px 6px;
}

.page-logout .top .text {
	font-size: 14px;
	margin-top: 10px;
	max-width: 80%;
	margin: 0 auto;
	word-break: break-word
}

.page-logout .card {
	display: flex;
	flex-direction: column;
	background: #FDF9F8;
	width: 80%;
	padding: 10px 18px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 30px;
	border: 2px solid #646fc6;
	border-radius: 10px
}

.page-logout .card .cart-item-con {
	display: flex;
	flex-direction: column;
	padding: 20px 8px 0
}

.page-logout .card .card-title {
	font-size: 14px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DADADA;
	font-weight: 700
}

.page-logout .card .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.page-logout .card .item:last-child {
	margin-bottom: 0
}

.page-logout .card .item img {
	width: 30px;
	height: 30px
}

.page-logout .card .item .text {
	flex: 1;
	margin-left: 10px;
	color: #666;
	font-size: 15px;
}

.page-logout .footer {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	color: #999;
	font-size: 14px;
}

.page-logout .footer .logout-text {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.page-logout .footer .logout-text:before {
	content: "——————";
	color: #e1e1e1;
	margin-right: 10px;
}

.page-logout .footer .logout-text:after {
	content: "——————";
	color: #e1e1e1;
	margin-left: 10px;
}

.page-logout .footer .logout-btn {
	display: flex;
	padding: 10px;
	padding-bottom: 30px;
	align-items: center;
	justify-content: space-around;
}

.page-logout .btn-left {
	display: block;
	text-align: center;
	width: 45%;
	height: 40px;
	font-size: 14px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid #E1E1E1;
	color: #333;
}

.page-logout .btn-right {
	display: block;
	text-align: center;
	width: 45%;
	height: 40px;
	font-size: 14px;
	border-radius: 40px;
	background: #646fc6;
	border: 1px solid #646fc6;
	color: #fff
}

/* =================激活排队============== */
.gydt {
	margin: 2px;
	border-radius: 5px;
}

.gydt .div_li {
	padding: 10px;
	margin-bottom: 10px;
}

.gydt .div_li .right_con {
	width: 90px;
}

.gydt .div_li .right_con .user-left-img {
	width: 60px;
	box-sizing: border-box;
}

.gydt .div_li .right_con .user-left-img .img {
	width: 100%;
	height: 100%;
}


.gydt .div_li .left_con {
	border-radius: 5px;
	width: 100%;
	padding: 5px 0;
}

.gydt .div_li .left_con-text {
	line-height: 20px;
	font-size: 12px;
	margin-left: 10px;
}

.gydt .div_li .left_con-text-left {
	font-size: 14px;
	-webkit-align-self: baseline;
	align-self: baseline;
	color: #f0f0f0;
}

.gydt .div_li .dh-btn {
	color: #fff;
	font-size: 14px;
	width: 120px;
	display: block;
	padding: 4px 0;
	margin-top: 10px;
}

.gydt .bg1 {
	background: #52b487;
}

.gydt .bg2 {
	background: #a48f7e;
}

.gydt .bg3 {
	background: #f89b60;
}

.gydt .bg4 {
	background: #ca6869;
}

.gydt .bg5 {
	background: #e5cf60;
}

.gydt .bg6 {
	background: #6093e4;
}

.gydt .bg7 {
	background: #1ca743;
}

.gydt .bg8 {
	background: #a38bde;
}

.gydt .bg9 {
	background: #d20044;
}

.gydt .bg10 {
	background: #f86394;
}

.gydt .bg11 {
	background: #9E9E9E;
}

.gydt .bg12 {
	background: #577590;
}


/*秒杀*/
.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;
}