@charset "utf-8";

.main {}



/*选择底部弹窗 */

.select-moob {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}

.select-moob-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.select-moob-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background-color: #FFFFFF;
	z-index: 2;
	animation: aclstop .3s 1 forwards;
	-webkit-animation: aclstop .3s 1 forwards;
	-webkit-overflow-scrolling: touch
}

@-webkit-keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.select-moob-title {
	height: 48px;
	background-color: #f5f5f5;
	padding: 0 20px;
}

.select-moob-title>div {
	font-size: 15px;
	letter-spacing: 1px;
	color: #212121;
	line-height: 48px;
	cursor: pointer;
}

.select-moob-title .cancel {
	float: left;
}

.select-moob-title .determine {
	float: right;
}

.select-moob-content {
	height: 150px;
	overflow: auto;
}

.select-moob-content .sw-select {
	height: 144px;
	flex: 1;
	position: relative;
}

.select-moob-content .sw-select:before {
	content: '';
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
	height: 48px;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.select-moob-content .swiper-slide {
	text-align: center;
	line-height: 48px;
	opacity: .5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-moob-content .swiper-slide-active {
	opacity: 1;
	font-size: 15px;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

/*  */
.rjt {
	position: absolute;
	height: 8px;
	width: 8px;
	top: 50%;
	margin-top: -4px;
	right: -15px;

}

.rjt:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #666;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	border-radius: 1px;
}

.arrow {
	position: relative;
	margin-left: 5px;
}

.arrow:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 0 0 1px 1px;
	border-color: rgba(55, 55, 55, 0.6);
	border-style: solid;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0px;
}

.down {
	position: relative;

}

.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: 10px;
}


.up {
	position: relative;


}

.up: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: -10px;
	right: 0px;
}

/*顶部-s*/
.top-header-out {
	position: relative;
	top: 0;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 50px;
}

.top-header {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	width: 100%;
	position: fixed;
	background: url(../imgs/my/bg.jpg);
}
.top-header.nobg{background:none}
.top-header .top-l {
	position: absolute;
	top: 0;
	left: 0;
}

.top-header .top-l .link-a {
	font-size: 14px;
	padding: 0 15px;
	display: block;
	color: #333;
}

.top-header .top-l .link-a .icon {
	width: 24px;
	height: 24px;
}

.top-header .top-title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.top-header .top-r {
	position: absolute;
	top: 0;
	right: 0;
}

.top-header .top-r .link-a {
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	display: block;
	position: relative;
}


.top-header .top-r .link-a .icon {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

/* 气泡 */
.top-header .top-r .link-a .bubble {
	font-size: 12px;
	transform: scale(calc(8 / 12));
	color: #ffffff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	position: absolute;
	top: 9px;
	right: 5px;
	background: #F55726;
}

/*======================底部菜单 =========================*/
.tabbar-out {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.tabbar {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	
	background: #E5E5E5;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.tabbar .tabbar-item {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex-flex: 1;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.tabbar .tabbar-item .link-a {
	font-size: 12px;
	background: none;
	color: #3B3B3B;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	
}

.tabbar .tabbar-item.active .link-a {
	color: #3B3B3B;
}

.tabbar .tabbar-item .link-a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 20px;
}

.tabbar .tabbar-item .link-a p {
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	
}

/*****开始状态********/
.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1.png?wewr=3434');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

	.tabbar .tabbar-item:nth-of-type(2) .tabbar-icon {
		background-image: url('../imgs/tabbar/tab2.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(3) .tabbar-icon {
		background-image: url('../imgs/tabbar/tab3.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(4) .tabbar-icon {
		background-image: url('../imgs/tabbar/tab4.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.tabbar .tabbar-item:nth-of-type(5) .tabbar-icon {
		background-image: url('../imgs/tabbar/tab5.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	} 
/****选中状态***/
	.tabbar .tabbar-item:nth-of-type(1).active .tabbar-icon {
		background-image: url('../imgs/tabbar/tab1-1.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
		background-image: url('../imgs/tabbar/tab2-1.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}


	.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
		background-image: url('../imgs/tabbar/tab3-1.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(4).active .tabbar-icon {
		background-image: url('../imgs/tabbar/tab4-1.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.tabbar .tabbar-item:nth-of-type(5).active .tabbar-icon {
		background-image: url('../imgs/tabbar/tab5-1.png?wewr=3434');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	} 
/* */
.top-nav-tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 8;
	background: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
}



.top-nav-tab .tabs-item {
	padding: 10px 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;

	position: relative;
}

.top-nav-tab .tabs-item .link-a {

	color: #333;
	font-size: 14px;
	display: bblock;


}

.top-nav-tab .tabs-item.active .link-a {
	color: #fb5f24;
	font-weight: bold;
}

.top-nav-tab .tabs-item.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	margin: 0 auto;
	right: 0;
	height: 2px;
	background: linear-gradient(to top, #fb5f24 0%, #fb5f24 100%);
}

.tab-con {
	display: none;
}

/* 暂无内容 */


.no-content {
	position: relative;
	width: 200px;
	margin: 0 auto;
	/* height: auto; */
	/* left: 50%; */
	/* top: 80px; */
	/* transform: translateX(-50%); */
	overflow: hidden;
	text-align: center;
}

.no-content.vertical-center {
	position: absolute;
	width: 200px;
	height: a;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	overflow: hidden;
	text-align: center;
}

.no-content .icon-box {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.no-content .icon-box .icon {
	width: 80px;
	margin: 20px auto;
}

.no-content .text-p {
	font-size: 12px;
	color: #999;
	text-align: center;
}

/*  */
.mp-minous.disable {
	cursor: default;
	color: #c5c5c5 !important;
}

.plus .div-span {
	width: 35px;
	line-height: 25px;
	font-size: 14px;
	display: block;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	color: #686868;
	background: #f3f3f3;
	cursor: pointer;
}

.plus .div-span .input-num {
	font-size: 14px;
	outline: none;
	border: 0;
	color: #686868;
	width: 100%;
	text-align: center;
	background: transparent;
}

.mp-minous {
	border-radius: 3px 0 0 3px;
}

.mp-mp {
	margin: 0 3px;
}

.mp-plus {
	border-radius: 0 3px 3px 0;
}

/* =====表单===== */
.setup-form {
	padding: 5px 5px;
	margin: 10px;
	border-radius: 12px;
	background: #FFFFFF;
}

.setup-form .setup-group {
	width: 100%;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}


.setup-form .setup-group .form-label {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
}



.setup-form .setup-group .form-control {
	background: rgba(143, 146, 161, 0.08);
	width: 100%;
	height: 48px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 8px;
	padding: 10px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	color: #333;

}

.setup-form .setup-group .fuhao {
	background: rgba(143, 146, 161, 0.08);
	width: 100%;
	font-size: 14px;
	border-radius: 8px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	color: #333;
	position: relative;
}
	.setup-form .setup-group .fuhao2 {
		background: rgba(143, 146, 161, 0.08);
		width: 100%;
		font-size: 14px;
		border-radius: 8px;
		display: block;
		border: none;
		outline: none;
		box-sizing: border-box;
		vertical-align: top;
		color: #333;
		position: relative;
	}
.setup-form .setup-group .fuhao::before {
	content: '¥';

	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 9999;
	transform: translateY(-50%);
	color: #666;
}
	.setup-form .setup-group .fuhao2::before {
		content: '$';
		font-size: 12px;
		position: absolute;
		top: 50%;
		left: 10px;
		z-index: 9999;
		transform: translateY(-50%);
		color: #666;
	}

.setup-form .setup-group .fuhao .form-control {
	background: none;
	padding-left: 10px;
	font-size: 18px;
}
	.setup-form .setup-group .fuhao2 .form-control {
		background: none;
		padding-left: 10px;
		font-size: 18px;
	}
.setup-form .setup-group .form-addr {
	background: rgba(143, 146, 161, 0.08);
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-radius: 8px;
	padding: 0 10px;

	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	color: #333;

}

.setup-form .setup-group .form-select {
	background: rgba(143, 146, 161, 0.08);
	width: 100%;
	height: 42px;
	padding: 0 10px;
	line-height: 42px;
	font-size: 15px;
	color: #333;
	border-radius: 5px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;

}


.setup-form.iptgraybg .setup-group .form-control,
.setup-form.iptgraybg .setup-group .form-select {
	background: #F7F7F7 !important;
	padding: 0 10px;

}


.setup-form .setup-group .form-unit {
	min-width: 20px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 4px;
	color: #333;
}

.setup-form .setup-group .scan-code {
	width: 20px;
	height: 20px;
	text-align: right;
}

	.setup-form .setup-group .btn-a {
		min-width: 90px;
		margin-left: 10px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(to right, #0379D3, #0379D3);
		font-size: 13px;
		color: #FFFFFE;
		border-radius: 3px;
		text-decoration: none;
		box-sizing: border-box;
		text-align: center;
	}

.setup-form .setup-group .btn-link {
	min-width: 50px;
	font-size: 12px;
	margin-left: 10px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	font-size: 14px;
	color: #333;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.setup-form .setup-group .btn-code {
	background: transparent;
	min-width: 60px;
	text-align: right;
	font-size: 14px;
	color: #FE5745;
	text-decoration: none;
}


.setup-form .setup-group .form-textarea {
	background: #f6f7f8;
	color: #16171b;
	font-size: 15px;
	line-height: 21px;
	width: 100%;
	min-height: 100px;
	padding: 10px;
	text-align: left;
	-webkit-user-select: text;
	outline: none;
	-webkit-appearance: none;
	height: auto;
	resize: none;
	box-sizing: border-box;
	border: solid 1px #fff;
}

.setup-form .setup-group .form-tit {
	font-size: 14px;
	line-height: 22px;
	color: #666666;

}

.setup-form .setup-group .form-num {
	font-size: 14px;
	line-height: 22px;
	color: #333333;

}

.form-submit {
	width: 100%;
	clear: both;
	padding: 10px 15px;
	box-sizing: border-box;
}

.form-submit-btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 30px;
	background: #f68179;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.huanhang {
	white-space: normal;
	word-break: break-all;
}


/*  */
.rule-block {
	padding: 0 10px;
}

	.rule-block .tip {
		display: block;
		font-size: 14px;
		line-height: 25px;
		color: #888;
	}


/* =====表单===== */
.page-form {
	background: #FFFFFF;
	min-height: 100vh;
}

	.page-form .logo {
		display: flex;
		width: 100%;
		justify-content: center;
		padding-top: 50px;
		padding-bottom: 40px;
		-o-object-fit: contain;
		object-fit: contain
	}

		.page-form .logo .logo-con {
			height: 52px;
		}

.setup-form {
	border-radius: 5px;
	padding: 15px;
}

	.setup-form.iptgraybg {
		margin: 0 auto;
	}

	.setup-form .setup-group {
		background: #FFFFFF;
		padding: 0 10px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}


	.setup-form .form-tip {
		font-size: 14px;
		line-height: 45px;
		color: #999;
	}

	.setup-form .setup-group .form-label {
		min-width: 90px;
		font-size: 15px;
/*		line-height: 45px;*/
		color: #000;
	}

		.setup-form .setup-group .form-label.short {
			min-width: 50px;
		}

	.setup-form .setup-group .form-control {
		background: #FFFFFE;
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		display: block;
		border: none;
		outline: none;
		box-sizing: border-box;
		vertical-align: top;
		color: #333;
	}


	.setup-form .setup-group .form-select {
		background: none;
		width: 100%;
		height: 42px;
		padding: 0;
		line-height: 42px;
		font-size: 15px;
		color: #333;
		border-radius: 5px;
		display: block;
		border: none;
		outline: none;
		box-sizing: border-box;
		vertical-align: top;
	}


	.setup-form.iptgraybg .setup-group .form-control,
	.setup-form.iptgraybg .setup-group .form-select {
		background: #F7F7F7 !important;
		padding: 0 10px;
	}


	.setup-form .setup-group .form-unit {
		min-width: 20px;
		line-height: 40px;
		font-size: 15px;
		margin-left: 4px;
		color: #333;
	}

	.setup-form .setup-group .scan-code {
		width: 20px;
		height: 20px;
		text-align: right;
	}

	.setup-form .setup-group .btn-a {
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: #fff;
		border-radius: 3px;
		text-decoration: none;
		box-sizing: border-box;
		text-align: center;
	}

	.setup-form .error-text {
		display: block;
		width: 100%;
		font-size: 14px;
		color: #646fc6;
		text-align: left;
		padding-left: 5px;
		margin-bottom: 10px;
	}

		.setup-form .error-text .warning-icon {
			display: inline-block;
			color: #fff;
			width: 15px;
			height: 15px;
			line-height: 15px;
			background: #646fc6;
			border-radius: 50%;
			text-align: center;
			margin-right: 5px;
			font-size: 12px;
		}

	.setup-form .setup-group .btn-link {
		min-width: 50px;
		font-size: 12px;
		margin-left: 10px;
		line-height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #333;
		font-size: 14px;
		color: #333;
		border-radius: 30px;
		text-decoration: none;
		box-sizing: border-box;
		text-align: center;
	}

	.setup-form .setup-group .btn-code {
		background: transparent;
		min-width: 70px;
		text-align: right;
		font-size: 14px;
		color: #FE5745;
		text-decoration: none;
	}


	.setup-form .setup-group .form-textarea {
		background: #f6f7f8;
		color: #16171b;
		font-size: 15px;
		line-height: 21px;
		width: 100%;
		min-height: 100px;
		padding: 10px;
		text-align: left;
		-webkit-user-select: text;
		outline: none;
		-webkit-appearance: none;
		height: auto;
		resize: none;
		box-sizing: border-box;
		border: solid 1px #fff;
	}


/* 上传图片 */
.upload-box {}

.upload-box .title {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}


.upload-box .imgbox {
	position: relative;
	width: 100%;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
}

.upload-box .imgbox.QR-code {
	
	width: 180px;
	
}

.upload-box .imgbox .uploadimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f8;
	object-fit: fill;

}

.upload-box .imgbox.QR-code .uploadimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f8;
	object-fit: fill;

}
.upload-box .imgbox .icon-del {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background: url(../imgs/icon/closepic.png) no-repeat;
	background-size: 100% 100%;
	z-index: 8;
	display: none;
	border-radius: 0 8px 0 0;
}

.upload-box .imgbox .upload-btn-file {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

}

.upload-box .imgbox .upload-btn-file .file-btn {
	width: 100%;
	height: 180px;
	padding-top: 60px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #999;
	background: #f1f4f8;
	position: relative;

}

.upload-box .imgbox .upload-btn-file .file-btn .icon-add {
	width: 20px;
	height: 20px !important;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate3d(-50%, -50%, 0);
}


/* ======上传凭证 多图==== */

.uploading {
	background-color: #fff;
	border-radius: 5px;
}

.uploading .title {
	display: flex;
	font-size: 14px;
	align-items: center;

	padding: 0 15px;
	padding-top: 10px;
}

.uploading .uploadBox {
	padding: 0 15px 15px 15px;
	display: flex;
	flex-wrap: wrap;
}

.uploading .uploadBox .Box {
	position: relative;
	width: 65px;
	height: 65px;
	border: 1px dashed #eeeeee;
	margin-right: 10px;
	margin-top: 10px;
}

.uploading .uploadBox .Box .imgBox {
	position: absolute;
	width: 65px;
	height: 65px;
	margin: -1px 0 0 -1px;

}

.uploading .uploadBox .Box .closeImg {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -8px;
	right: -8px;
}

.uploading .uploadBox .z_photo {
	position: relative;
	width: 65px;
	height: 65px;
	border: 1px solid #eee;
	background: #f8f8f8;
	margin-right: 10px;
	margin-top: 10px;
}

.uploading .uploadBox .z_photo .imgBox {
	position: absolute;
	width: 65px;
	height: 65px;
	margin: -1px 0 0 -1px;
}

.uploading .uploadBox .z_photo input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
}

/* 弹出大图 */

.aler-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 41;
	background: rgba(0, 0, 0, 0.4);

}

.alert-grskm {
	width: 100%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 42;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

.alert-grskm img {
	max-width: 100%;
	max-height: 100%;
}


/*==============页码容器================*/
.pagefooterH {
	position: relative;
	height: 44px;
}

.pagefooter {
	height: 44px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #FFFFFF;
	z-index: 90;
}

.pagelist {

	white-space: nowrap;
	clear: both;
	overflow: hidden;
	text-align: center;

}

.pagelist .div-li {

	font-size: 15px;
	line-height: 44px;
}

.pagelist .link-a {
	display: inline;
	font-size: 15px;
	padding: 5px;
	vertical-align: middle;
	color: #666666;
}


.curnum {
	font-size: 15px;
	display: inline;
	color: #e4393c;
}

.page-select {
	display: inline;
	font-size: 15px;
	padding: 5px 0;
	margin: 0 5px;
	vertical-align: middle;
	color: #333;
	background: #FFFFFF;
	border-radius: 2px;
}

.pagenum {
	color: #000;

	padding: 10px;
	font-size: 15px;
}

::-webkit-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}


/*修改头像弹窗 */

.coinWarp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	position: fixed;
	z-index: 102;
	left: 0;
	bottom: -100%;
}

.coinLitBox {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.coinLitBox .div-ul {
	margin: 10px;
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 5px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}

.coinLitBox .div-ul .div-li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 14px;



}

.coinLitBox .div-ul .div-li .link-a {
	width: 100%;
	text-align: center;
	color: #000;
	display: block;
}

.coinLitBox .div-ul .div-li.cancle {
	border-radius: 5px;
}

.chuanbtn {
	display: block;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0;
}

/* ========== */
/*  设置按钮开关*/
.chooseBtn {
	display: none;
}

.choose-label {
	box-shadow: rgba(143, 146, 161, 0.18) 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	background-color: rgba(143, 146, 161, 0.18);
	overflow: hidden;
}

.choose-label.checkbox {
	background: #bbd669;
	box-shadow: #bbd669 0px 0px 0px 1px;
}

.choose-label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.choose-label.checkbox:before {
	left: 20px;
}


/* 选择 */
.checkchoice {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: solid 1px #ddd;
	font-size: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
	border-radius: 0;
}

.checkchoice.check-t {

	background: #f00 url(../imgs/icon/check.png) no-repeat center;

	background-size: 10px auto;

	border: 1px solid #f00;

	text-align: center;
}

/*  */
.radio {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #fff;

	font-size: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
}

.radio::after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.che.check-t .radio {
	background: url(../imgs/icon/check1.png) no-repeat center;
	background-size: 10px auto;
	text-align: center;
	background-clip: padding-box;
}

.che.check-t .radio::after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px #BBD669;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/*  */

.checkFull.check-t .radio {
	background: #BBD669 url(../imgs/icon/check.png) no-repeat center;
	background-size: 10px auto;

	text-align: center;
	background-clip: padding-box;
}


.checkFull.check-t .radio .radio::after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px #BBD669;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/* 打X */
.remove {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.remove .menu-X {
	width: 20px;
	height: 20px;
	position: relative;
}

.remove .menu-X::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	background: #999999;
	width: 18px;
	transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

.remove .menu-X::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 18px;
	transform: translate3d(-50%, -50%, 0) rotate(-135deg);
	background: #999999;
}


/* 提示弹窗 */

.alert-modal {
	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;
}

.alert-modal .modal-body {
	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;
}

.alert-modal .modal-body .modal-head {
	text-align: center;
	padding-top: 15px;
	font-size: 16px;

}

.alert-modal .modal-body .modal-head .gbclose {
	position: absolute;
	top: 10px;
	right: 10px;
}

.alert-modal .modal-body .modal-info {

	padding: 20px 10px;

}

.alert-modal .modal-body .modal-footer {
	height: 48px;
	border-top: solid 1px rgba(89, 89, 89, 0.1);
}

.alert-modal .modal-body .modal-footer.noboder {
	border-top: none !important;
}

.alert-modal .modal-body .modal-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;

}

.alert-modal .modal-body .modal-footer .btn:first-child {
	border-right: solid 1px rgba(89, 89, 89, 0.1);
}


.alert-modal .modal-body .modal-footer .btn.btn-ok {
	color: #fc4141;

}

/*  */

.alert-modal .modal-body .modal-footer.noboder .btn {
	width: 100px;
	height: 28px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #55b949;
	color: #55b949;
	box-sizing: border-box;
}

.alert-modal .modal-body .modal-footer.noboder .btn:first-child {
	border-right: 1px solid #55b949;
}

.alert-modal .modal-body .modal-footer.noboder .btn.btn-ok {
	color: #FFFFFE;
	background: #55b949;

}
/* 转账记录 */
.page-record {
}

	.page-record .total {
		background: #fff;
		padding: 10px;
		font-size: 16px;
		color: #333;
		margin-bottom: 5px;
	}

		.page-record .total .total-num {
			color: #f00;
		}

/*  */
.record {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

	.record .record-groud {
		position: relative;
		padding: 10px;
		background: #FFFFFF;
		margin-bottom: 5px;
		border-radius: 5px;
	}

		.record .record-groud.income-block {
			margin-bottom: 0;
		}

			.record .record-groud.income-block:nth-child(2n) {
				background: #f4f4f4
			}

	.record.border-b .record-groud {
		border-bottom: 1px solid #eee;
		margin: 0 auto;
		border-radius: 0px;
	}



	.record .record-groud .record_item.border-bt {
		border-bottom: 0.5px solid #eee;
	}

	.record.border-b .record-groud:last-child {
		border-bottom: none;
	}

	.record .record-groud .head {
		display: flex;
		position: relative;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding-bottom: 5px;
	}


		.record .record-groud .head .time {
			font-size: 12px;
			color: #AAAAAA;
		}

		.record .record-groud .head .danhao {
			font-size: 14px;
			color: #333;
		}

		.record .record-groud .head .status {
			font-size: 14px;
		}

	.record .record-groud .record_item {
		font-size: 14px;
		position: relative;
		z-index: 1;
	}

		.record .record-groud .record_item .head-portrait {
			width: 45px;
			background: linear-gradient(to top, #2C9368, #2C9368);
			color: #FFFFFF;
			font-size: 19px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 5px;
			height: 45px;
		}

			.record .record-groud .record_item .head-portrait.pzportrait {
				background: #F7F7F7;
			}

			.record .record-groud .record_item .head-portrait img {
				width: 45px;
				height: 45px;
				border-radius: 5px;
				background: #F7F7F7;
			}

		.record .record-groud .record_item .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 .record_item .portrait img {
				width: 30px;
				height: 30px;
			}

		.record .record-groud .record_item .txt-name {
			font-size: 14px;
			color: #333;
		}

		.record .record-groud .record_item .txt-normal {
			font-size: 14px;
			color: #000;
		}

		.record .record-groud .record_item .txt-state {
			font-size: 13px;
			color: #999;
		}

		.record .record-groud .record_item .txt-time {
			color: #999;
			font-size: 13px;
		}

		.record .record-groud .record_item .txt-num {
			font-size: 16px;
			color: #f00;
		}

		.record .record-groud .record_item .txt-xuhao {
			font-size: 12px;
			color: #333;
		}

		.record .record-groud .record_item .txt {
			font-size: 12px;
			color: #999;
		}

		.record .record-groud .record_item .txt-label {
			font-size: 12px;
			margin-bottom: 5px;
			color: #999;
		}

		.record .record-groud .record_item .txt-breakall {
			color: #CCCCCC;
			word-break: break-all;
		}

		.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, #fe8800, #ff5300);
		}

	.record .record-groud .yjq {
		width: 65px;
		height: 65px;
		position: absolute;
		z-index: 1;
		right: 0px;
		top: 0;
	}

		.record .record-groud .yjq img {
			width: 100%;
		}

/* ============收益明细============== */
.page-income-details {
	background: #fff;
	min-height: 100vh;
}

	.page-income-details .income-detail {
		padding-bottom: 10px;
		border-top: 1px solid #e1e1e1;
		box-shadow: 0 4px 10px rgba(83, 83, 83, .286);
		border-radius: 10px;
		width: 96%;
		margin: 5px auto 0;
		color: #fff;
		background-image: linear-gradient(#646fc6 20%, #4957a3 80%)
	}

		.page-income-details .income-detail .gather-income {
			padding: 10px 0;
			text-align: center
		}

			.page-income-details .income-detail .gather-income .title {
				font-size: 14px;
				margin-bottom: 10px
			}

			.page-income-details .income-detail .gather-income .number {
				display: inline-block;
				margin: auto;
				text-align: center;
				background: #fff;
				color: #bea379;
				padding: 5px 10px 5px;
				border-radius: 20px;
				line-height: 20px;
			}

		.page-income-details .income-detail .income-item {
			display: flex;
			justify-content: space-around;
			margin-top: 10px;
			margin-bottom: 10px;
		}

			.page-income-details .income-detail .income-item .items {
				width: 50%;
				text-align: center;
				font-size: 14px;
				border-right: 1px solid #bea379
			}

				.page-income-details .income-detail .income-item .items div {
					line-height: 20px;
				}

				.page-income-details .income-detail .income-item .items:last-child {
					border: none
				}

/* tab切换 */

.tab-box {
	background-color: #FFFFFF;
	padding: 5px;
}

	.tab-box .cartab {
		background-color: #FFFFFF;
		padding: 5px;
	}

	.tab-box .tabs-item {
		font-size: 14px;
		color: #666;
		font-weight: 400;
		width: 20%;
		padding: 10px 0;
		display: block;
		text-align: center;
	}

		.tab-box .tabs-item.w2 {
			width: 50%;
		}

		.tab-box .tabs-item.w4 {
			width: 25%;
		}

		.tab-box .tabs-item.tab-active {
			position: relative;
			color: #646fc6;
		}

	.tab-box .tab-active::after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%);
		width: 24px;
		height: 2px;
		background: #646fc6;
		border-radius: 2px;
		margin: 3px auto 0;
	}

.tab-con {
	display: none;
}


/*  */
.load-all {
	margin-top: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #aaa;
	text-align: center
}

.check-t .radio {
	background: #646fc6 url(../images/icon/check.png) no-repeat center;
	background-size: 14px 14px;
	text-align: center;
	background-clip: padding-box;
}

	.check-t .radio::after {
		content: "";
		width: 18px;
		height: 18px;
		border-radius: 18px;
		border: solid 1px #646fc6;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}

