﻿@charset "utf-8";

/* ===== */
.home-topbg {
	position: relative;
	width: 100%;
	overflow-x: hidden;

}

.home-topbg::before {
	content: '';
	width: 150%;
	height: 80%;
	position: absolute;
	left: -25%;
	top: 0;
	z-index: -1;
	background: #78cb1e;
	background-size: 100% 100%;
	border-radius: 0 0 50% 50%;
}

.index-tit {
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	box-sizing: border-box;
}

.index-top {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 5px 10px;
	padding-top: 10px;
	box-sizing: border-box;

}

.index-top .index_search {
	width: 100%;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	background-color: #ffffff;
	color: #000;
	border-radius: 35px;
	padding: 0 10px;
	border: 1px solid rgba(89, 89, 89, 0.001);
	box-sizing: border-box;
}

.index-top .index_search .search_icon {
	height: 15px;
	line-height: 15px;
}


.index-top .index_search .search-ipt {
	height: 28px;
	line-height: 28px;
	background: transparent;
	color: #000;
	padding-left: 5px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.index-top .index_search .search-ipt::-webkit-input-placeholder {
	color: #848484;
}

.index-top .index_search .search-ipt::-webkit-input-placeholder {
	color: #848484;
}

.index-top .index_search .search-ipt::-moz-placeholder {
	color: #848484;
}

.index-top .index_search .search-ipt:-moz-placeholder {
	color: #848484;
}


/*  */

.bannerbg {
	padding: 10px;
	padding-top: 0
}

.banner {

	position: relative;
	overflow: hidden;

}


.banner .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.banner .swiper-container {
	width: 100%;

	overflow: visible !important;
}

@media only screen and (min-width:800px) {
	.banner .swiper-slide .img {
		max-height: 460px;
	}
}

/*  */
.twomenu {
	background: #eeffdb;
	margin: 0 10px;
	border-radius: 5px;
	padding: 20px 0;
	border: 1px solid #d5ffa8;
}

.twomenu .box-item {
	box-sizing: border-box;
	padding: 0 10px;
}

.twomenu .box-item:first-child {
	border-right: 1px solid #78cb1e;
}

.twomenu .box-item .title {
	font-size: 13px;
	font-weight: 700;
	color: #282b30;
	position: relative;
}

.twomenu .box-item .title .jt {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(to left, #78cb1e, #d5ffa8);
}

.twomenu .box-item .title .jt::before {
	content: " ";
	height: 4px;
	width: 4px;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -3px;

}



.twomenu .box-item .desc {
	font-size: 11px;
	color: #282b30;
}

.twomenu .box-item .icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	background: linear-gradient(-50deg, #78cb1e, #d5ffa8);
}

.twomenu .box-item .icon img {
	width: 23px;
	height: 23px;
}

/*   */
.homesh {
	font-size: 13px;
	margin: 10px auto;
	margin-bottom: 20px;
	color: #3f3f3f;
	font-weight: 500;
}

.homesh .dg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 2px;
}.homesh div{
	font-size: 15px;
	color: #ff0000;
	font-weight: 600;
}

/*  */
.homead {
	display: block;
	padding: 20px 0;

}

.homead img {
	width: 100%;
	border-radius: 5px;
}

/**/
.homenavbg {
	background: #FFFFFF;
	/* padding: 0 10px */
}

.homenav {
	background: #fff;
	border-radius: 5px;
	margin: 0 10px;
	overflow: hidden;
}


.homenav .nav_a {
	float: left;
	display: block;
	text-decoration: none;
	width: 20%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}




.homenav .nav_a .tagicon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-sizing: border-box;
}

.homenav .nav_a .tag {
	font-size: 12px;
	font-weight: 400;
	color: #232323;
	margin-top: 5px;
}

/* ======== */

.share {
	background: linear-gradient(to bottom, #78cb1e, #78cb1e, #78cb1e, #d5ffa8, #d5ffa8, #d5ffa8) !important;
}

.share_ad {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.share_ad img {
	width: 100%;
}

.share .share_box {
	position: relative;
	width: 75%;
	top: -110px;
	margin: 0 auto;
	z-index: 332;
	margin-bottom: -90px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-sizing: border-box;
}

.share .share_box .qr-tit {
	position: relative;
	width: 180px;
	margin: 0 auto;
	top: -20px;
	height: 50px;
	padding: 5px;
	line-height: 20px;
	font-size: 18px;
	background: linear-gradient(to top, #f44542, #ff9a4f);
	border-radius: 10px;
	margin-bottom: -20px;

}

.share .share_box .qr-tit {
	color: #fff;
	font-size: 14px;
}

.share .share_box .qr-tit:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 5px;
	height: 10px;
	width: 10px;
	background: #faa8a7;
	border-radius: 50%;
}

.share .share_box .qr-tit:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	background: #faa8a7;
	border-radius: 50%;
}

.share .share_box .qr_box {
	width: 200px;
	margin: 10px auto;
	text-align: center;
}

.share .share_box .qr_box .qrimg {
	width: 120px;
	height: 120px;
	margin: 10px auto;

}

.share .share_box .yqm {
	font-size: 14px;
	color: #333333;
	background: rgba(255, 255, 255, 0);
	text-align: center;
	width: 100%;
	border: none;
	margin: 10px auto;

	outline: none;

}

.share .bctp_btn {
	width: 160px;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 35px;
	display: block;
	text-align: center;
	background: linear-gradient(to top, #ff6d37, #f0a669);
	color: #fff;
}

/* =====转拍==== */
.jifen-topbg {
				padding: 10px;
				background: url(../images/top_bg.png) no-repeat;
				background-size: 100% 100%;
			}

			.jifen-top {
				position: relative;
				background: url(../images/card1.png) no-repeat;
				background-size: 100% 100%;

				padding: 10px 0;
				border-radius: 5px;
			}

			.jifen {
				flex: 1;
				text-align: center;
				padding: 15px 0;
				font-size: 16px;
				position: relative;
				color: #333;
			}

			.jifen::after {
				content: "";
				width: 1px;
				height: 60%;
				position: absolute;
				right: 0px;
				top: 20%;
				background: #6c542e;
			}

			.jifen:last-child::after {
				background: transparent;
			}

			.jifen p {
				color: #373431;
			}

			.produt-list.oneprodut-list .produt-li .pro_box {
				border-radius: 0;
				border: 1px solid #f3f4f4;
			}

			.produt-list.oneprodut-list .pro_box .pro_img_box {
				width: 120px;
			}

			.produt-list.oneprodut-list .pro_box .pro_img_box .pro_img {
				width: 110px;
				height: 110px;
			}

			.produt-list.oneprodut-list .pro_box .pro_info {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				height: 110px;
			}

			.produt-list.oneprodut-list .pro_box .btn-statue {
				width: 60px;
				padding: 5px;
				font-size: 12px;
				text-align: center;
				color: #3f3f3f;
				background: linear-gradient(to left, #d5ffa8, #78cb1e);
				border: 1px solid #d5ffa8;
			}
			/*切换 */
			.mr-mc .nav-tab {
				width: 70%;
				margin: 0 auto;
				display: flex;
				align-items: center;
				background: #fff;
				border-radius: 35px;
				border: 1px solid #efefef;
			}
			
			.mr-mc .nav-tab .tab-item {
				border-radius: 35px;
				width: 100%;
				text-align: center;
				display: table-cell;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.mr-mc .nav-tab .tab-item .tab_link {
				position: relative;
				display: block;
				padding: 0 20px;
				height: 35px;
				line-height: 35px;
				font-size: 16px;
				color: #9197a5;
				text-decoration: none;
			}
			
			.mr-mc .nav-tab .tab-item.tab-active {}
			
			.mr-mc .nav-tab .tab-item.tab-active .tab_link:before {
				content: "";
				position: absolute;
				bottom: -1px;
				left: 0;
				width: 30%;
				margin: 0 auto;
				right: 0;
				height: 3px;
				z-index: 999;
				/* background: #282b30; */
			}
			
			.mr-mc .nav-tab .tab-item.tab-active .tab_link {
				color: #fff;
				background: #1f1f1f;
			}
			
			.mr-mc .tab-con {
				display: none;
			
			}

/* ======
团队
 ====== */

.teamwallet {
	padding: 15px;
	padding-bottom: 0;
	color: #373431;
}

.teamwallet .value-title {
	font-weight: 300;
	color: #fff;
}

.teamwallet .credit-row {
	margin: 5px 0;
}

.teamwallet .credit-row .data-num {

	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}


.team-money {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.team-money .item {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	position: relative;

}

.team-money .item::after {
	content: "";
	width: 1px;
	height: 60%;
	background: #6c542e;
	position: absolute;
	right: 0px;
	top: 20%;
}

.team-money .item:last-child::after {
	width: 0px;
}

.team-money .item .num {
	font-size: 18px;
	color: #373431;
}


.team-money .item .mz {
	font-size: 14px;
	color: #6c542e;
}


/*---团队================-----*/
.myteamlist{
			margin:10px;
			background: #fff;
			border: 1px solid #78cb1e;
			box-shadow: 0 1px 50px rgb(89 89 89 / 10%);
			border-radius: 5px 5px 0 0;
			}

.myteambar {
	background: linear-gradient(246deg, #d5ffa8, #78cb1e);
	font-size: 15px;
	color: #000;
	padding:10px 15px;
}

.myteambar .show-hide {
	color: #000;
	font-size: 12px;
}

.myteam {
	margin: 0 auto;


}

.myteam .div_li {
	padding:10px;
	position: relative;
	background: #FFFFFF;
}

.myteam .div_li::after {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #EEEEEE;

}

.myteam .div_li:last-child::after {

	height: 0px;


}


.myteam .div_li .team-left {
	margin-right: 10px;
}

.myteam .div_li .team-left .pic {
	width:30px;
	height:30px;
	box-sizing: border-box;

	border-radius: 50%;
}

.myteam .div_li .team-left .pic .img {
	width: 100%;
	height: 100%;
}



.myteam .div_li .team-text {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.myteam .div_li .tel-pic {
	/* width: 50px; */
	font-size: 13px;
	color: #fdbb55;
	text-align: right;
}

.myteam .div_li .tel-pic img {
	width: 25px;
	height: 25px;
}


/* ===== */
.my_top {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	/* box-shadow: 0 4px 20px #1d1c1d inset; */
}

.my_top::before {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(../images/top_bg.png) no-repeat;
	background-size: 100% 100%;
}

.my_top .teamtop {
	margin: 10px;
	border-radius: 5px;
	background: url(../images/card1.png) no-repeat;
	background-size: 100% 100%;
}


.my_top .back_link {
	position: absolute;
	left: 5px;
	top: 8px;
	display: flex;
	font-size: 12px;
	align-items: center;
}

.my_top .back_link a {
	display: block;
}

.my_top .back_link img {
	height: 16px;
}

.my_top .set_link {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	font-size: 12px;
	align-items: center;
}

.my_top .set_link a {
	display: block;
	margin-left: 10px;
}

.my_top .set_link img {
	height: 20px;
}

.my_top.usebg::after {
	content: '';
	width: 100%;
	height: 85%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(to top, #f22c2b, f22c2b, #fd8586);

}

.my_top_photo {
	width: 50px;
	height: 50px;
	padding:5px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 4px 20px #fff inset;
	background:#fff;
}

.my_top_photo .img {
	width: 100%;
	height: 100%;

}

.my_top_data {
	margin-left: 10px;
	line-height: 18px;
}

.my_top_data .item {
	font-size: 14px;
	color: #fff;
}

.my_top_data .level {
	width: 20px;
}


.my_top .invite_link {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	font-size: 12px;
	background: rgba(0, 5, 8, 0.1);
	padding: 3px 10px;
	-webkit-border-radius: 16px;
	border-radius: 20px;
	color: #333;
	align-items: center;
}

.my_top .invite_link img {
	width: 16px;
}
/*  */

/*  */
.use-money {
	background: url(../images/card2.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 10px;
	padding: 10px 0;
	border-radius: 5px;
}

.use-money .item {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	position: relative;

}


.use-money .item::after {
	content: "";
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0px;
	top: 20%;
	background: #6c542e;
}

.use-money .item:last-child::after {
	background: transparent;
}

.use-money .item .num {
	font-size: 14px;
	color: #373431;
	font-weight: 600;
}

.use-money .item .mz {
	font-size: 12px;
	color: #6c542e;
}

/**/

.my-money {
	background: linear-gradient(to top, #1f1f1f, #393939);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 10px 0;

}

.my-money .item {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	position: relative;

}


.my-money .item::after {
	content: "";
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0px;
	top: 20%;
	background: rgb(255 255 255 / 62%);
}

.my-money .item:last-child::after {
	background: transparent;
}

.my-money .item .num {
	font-size: 14px;
	color: #333;
}


.my-money .item .mz {
	font-size: 12px;
	color: #999;
}

/*  */
.tools {
	position: relative;
	z-index: 2;
	margin: 15px 10px;
	border-radius: 10px;
	box-shadow: 0 1px 50px rgb(89 89 89 / 10%);
	padding-top: 5px;
	background: #fff;
}

.tools.tools-order {
	/* 	top: -30px;
	margin-bottom: -30px;
	border-radius: 10px; */
}

.tools .bar-title {
	font-size: 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	box-sizing: border-box;
	/* border-bottom: 1px solid #f6f6f6; */
}

.tools .bar-title .icon-img {
	width: 18px;
	margin-right: 6px;
}

.bar-title .link-a {
	font-size: 12px;
	float: right;
	color: #999;
	position: relative;
	text-decoration: none;
	padding: 0 10px;
}


.bar-title .link-a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: 50%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 3%;
}


.tools_link {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0 0 10px 10px;
}


.tools_link .link_a {
	display: block;
	width: 25%;
	text-align: center;
	margin: 10px 0;
	position: relative;
}

.tools_link .link_a .msg-data {
	display: inline;
	position: absolute;
	right: 10px;
	top: -10px;
	background: #f8b854;
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	font-weight: normal;
	-webkit-transform-origin-x: 0;
	/* 缩小后文字居左 */
	-webkit-transform: scale(0.80);
	/*关键 */
}

.tools_link.tools-three .link_a {
	width: 33.3333333333333%;
}



.tools_link .link_a .icon-order {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-bottom: 4px;
}

.tools_link .link_a .icon-img {
	width: 28px;
	height: 28px;
	margin-bottom: 5px;
}

.tools_link .link_a .link_name {
	font-size: 13px;
	color: #33312e;
}

/*菜单*/
.navbar {
	position: relative;
	margin: 10px;
	padding: 5px 0;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0 1px 50px rgba(89, 89, 89, 0.1);
}

.navbar .item {

	position: relative;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;

}

.navbar .item .link_a {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	/* 	display: flex;
	align-items: center; */
	color: #000000;
	display: block;
}

.navbar .item:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #efefef;
	color: #fff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.navbar .item:last-child:before {

	border-bottom:none;
	
}
.navbar .item:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #a8a8a8;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -.2rem;
	position: absolute;
	top: 50%;
	margin-top: -.2rem;
	right: 3%;
}

.navbar .item.nojt:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 0;
	border-color: #bbbbbb;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}

.navbar .item .link_a .icon-img {
	color: #8f8f8f;
	font-size: 20px;
	width: 16px;
	margin-right: 0px;
	vertical-align: middle;
}

.navbar .item .link_a span {
	color: #afafaf;
	float: right;
}

/* ===== */
.news-list {
	padding: 5px 0;
}

.news-list .news-item {
	display: block;
	margin: 10px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 50px rgba(89, 89, 89, 0.1);
}

.news-list .news-item-con {
	padding: 10px;
	position: relative;
}

.news-list .news-item-con .news-item-dot {
	position: relative;
	margin-bottom: 5px;
	color: #000;
	padding-left: 15px;
	font-size: 13px;
}

.news-list .news-item-con .news-item-dot::before {
	content: " ";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-sizing: border-box;
	background:linear-gradient(to left, #fdcb62, #edbc56);
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.news-list .news-item-con .title {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}

.news-list .news-item-con .con {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;

	margin-bottom: 3px;
}

/* ===== */

.notice-detail {
	padding: 15px !important;
	margin:0 auto !important;
	background: #fff;
}

.notice-detail .tit {
	font-size: 16px;
	color: #000;

	text-align: center;
}

.notice-detail .time {
	display: block;
	color: #999;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}

.notice-detail .notice-con {
	color: #555;
	font-size: 14px;
}

.notice-detail .notice-con img {
	max-width: 100%;
}
.notice-detail .notice-con video {
	width: 100%;
	min-height: 200px;
}
/* ===== */

.allwallet {
	padding: 15px;
	background: url(../images/my_bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;

	color: #fff;
	position: relative;
	overflow: hidden;
}

.allwallet .credit-row {
	display: flex;
	align-items: center;
}

.allwallet .credit-row .data-num {

	font-size: 24px;
	margin: 5px;
	line-height: 30px;
	height: 30px;
}

.adimg img {
	width: 90px;
}

.allwallet .bottom-nav {
	width: 100%;
}

.allwallet .bottom-nav .button {
	width: 60px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	height: 28px;
	line-height: 28px;

	text-align: center;
	border-radius: 28px;
	background: #fad376;
	color: #000;
	border: 1px solid #fad376;
}

/*  */
.record {
	box-sizing: border-box;
}

.record .record_li {
	background: #fff;
	padding: 10px;
	position: relative;
	margin: 10px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 20px rgb(89 89 89 / 10%);
}

.record .record_li.ch_detail:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
	border-color: #858EA1;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.record .record_li .record_item {
	display: flex;
	justify-content: space-between;
	font-size: 14px;

}

.record .record_li .record_item .div_name {
	color: #000;
	font-size: 14px;

}

.record .record_li .record_item .div_time {
	color: #999;

	font-size: 12px;

}

.record .record_li .record_item .div_span {
	color: #000;

	font-size: 13px;

}

.record .record_li .record_item .div_text {
	color: #000;
	word-break: break-all;
}

.record .record_li .record_item .link_a_btn {
	display: block;
	color: #4677d7;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #4677d7;
}

/* ======== */
.email-box {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px !important;
}

.email-con {
	font-size: 14px;
	color: #555;
}

.email-con .shijiain {
	float: right;
	color: #a5a3a3;
}

.email-con .fjr {
	padding-bottom: 10px;
}

.email-con .emailbox {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

.email-con .emailbox li {
	line-height: 25px;
}

.email-con .emailbox li .p_con {
	text-indent: 2em;
}

.email-con .huifubox {
	background: #f3f4f6;
	padding: 10px;
	line-height: 25px;
}

.email-con .no_huify {
	color: #f00;
}

.email-con .huify {
	color: #555;
}

.email-con .huifubox i {
	margin-right: 5px;
}

/* ======= */
.myset {}

.set-header {
	position: relative;
	overflow: hidden;
	/* border-top: 1px solid #f6f7f9; */
	/* border-bottom: 1px solid #f6f7f9; */
	margin: 10px;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(89, 89, 89, 0.1);
}

.set-header .set-info {
	background: #fff;
	padding: 10px;
}

.set-header .set-info:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1.2px 1.2px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -.2rem;
	position: absolute;
	top: 50%;
	margin-top: -.2rem;
	right: 15px;
}

.set-header .set-info .use_img {
	background: #f3f4f9;
	border-radius: 60px;
	border: 1px solid #f6f7f9;
	width: 50px;
	height: 50px;
}

.set-header .set-info .img {

	width: 50px;

	height: 50px;

	border-radius: 50px;

	border: 1px solid #ddd;
}

.set-header .set-info .xinxi {

	margin-right: 20px;
	color: #999;
	font-size: 14px;
}

/**/
.navbar .item.setitem {
	margin: 0 auto;
	position: relative;
	padding: 13px 10px;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 5px;
	background: #FFFFFF;
}

.rz-img {
	width: 120px;
}

/* ====== */
.bank_list {
	margin: 10px;
}

.addbox {
	border-radius: 6px;
	padding: 8px;
	background: #fff;
	background-size: 200%;
	margin-bottom: 10px;
	border-radius: 5px;
border: 1px solid #f3f4f4;
	box-shadow: 0 1px 20px rgba(89, 89, 89, 0.1);
}

.addbox.alipay {
	background: -webkit-linear-gradient(to right, #72f0fd, #0f7eb3);
	background: linear-gradient(to right, #72f0fd, #0f7eb3);
	background-size: 200%;
}

.addbox.wechat {
	background: -webkit-linear-gradient(to right, #63dd33, #25cc30);
	background: linear-gradient(to right, #98ff70, #25cc30);
	background-size: 200%;
}

.addbox .img {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.addbox .bank_info {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	position: relative;
}

.addbox .bank_info .div_h3 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.addbox .bank_info .div_p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.addbox .bank_info .div_h3.updata {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.addbox .bank_info .div_h3.updata.bl {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.addbox .bank_info .link_a {
	color: #000;
	font-size: 12px;
	padding: 10px 5px;
}

.alert-qr {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 80%;
	margin-top: -10px;
}

.addway {
	text-align: center;
}

.addway .link_a {
	display: block;
	width: 200px;
	margin: 30px auto;
	font-size: 14px;
	color: #fff;
}

.addway .img {
	width: 50px;
	height: 50px;
	margin: 10px auto;
	display: block;
}

/* 弹窗 */
.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;
}

/* ======= */


.num-box {
	position: relative;
	z-index: 2;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #f5dbbe;
	margin-bottom: 3px;
}

.num-box.bg-light {
	background: #fbf0c4;
}

.num-box .link-a {
	width: 100%;
	margin: 5px;
	text-align: center;

}


.num-box .link-a .num {
	font-size: 16px;
	color: #f00;
}

.num-box .link-a .mz {
	font-size: 14px;
	color: #000;
}

/* =============批发市场============ */

/*  */
.pfbannerbg {
	position: relative;
	background: #FFFFFF;
}

.pfbannerbg::before {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/pftop_bg.jpg) no-repeat;
	background-size: 100% 100%;

}

.pfbanner {
	padding: 10px;
	padding-bottom: 0;
	position: relative;
	z-index: 9;
}

.pfbanner .faadimg {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.shuoming {
	width: 100%;
	padding: 0 20px;
	height: 100px;
	text-align: center;
	position: absolute;
	color: #ffcc52;
	font-size: 30px;
	top: 50%;
	margin-top: -50px;
	z-index: 999;
}

.shuoming .shijian {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin: 0 auto;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	background-color: #a50c06;
	border: 1px solid #ffcc52;

}

/*倒计时 */
.count-down {
	width: 100%;
	background: #FFFFFF;
	padding: 10px 0;
	position: relative;
	text-align: center;


}

.count-down.dingwei {
	position: absolute;
	top: 44px;
	z-index: 999999;

}

.count-down.detaildingwei {
	position: absolute;
	top: 44px;
	z-index: 999999;
	justify-content: center;
}

.count-down-zi {
	color: #000;
	font-size: 16px;
}

.home-count-time {
	font-size: 18px;
	color: #fff;
}

.home-count-time .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	color: #fff;
}

.home-count-time .time .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-count-time .time .item .number {
	width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #000;
	color: #fff;
}

.home-count-time .time .item .label {
	display: none;
}

.home-count-time .time .split {
	margin: 0 5px;
	color: #000;
}

.pf-statue {
	width: 100%;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}
