@charset "utf-8";

/*顶部-s*/
.top-header-out {
	position: relative;
	top: 0;
	z-index: 998;
	left: 0;
	width: 100%;
	height: 44px;
}

.top-header {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #01000D;
	width: 100%;
	
	margin: 0 auto;
	position: fixed;
	z-index: 998;
	background: rgba(255, 255, 255, .6);
}

.top-header.nobg {
	background: rgba(255, 255, 255, 0);
}


.top-header-out.top-head-search {
	height: 60px;
}

.top-header-out.top-head-search .top-header {
	height: 60px;
	line-height: 60px;
}

.top-header .top-l {
	position: absolute;
	top: 0;
	left: 0;
}

.top-header .top-l .link-a {
	font-size: 14px;
	padding: 0 10px;
	display: block;
	color: #000;
}

.top-header .top-l .link-a .icon {
	width: 22px;
	height: 22px;
	padding: 2px;
}


.top-header .top-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	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: 13px;
	padding: 0 10px;
	color: #000;
	display: block;
	position: relative;
}


.top-header .top-r .link-a .icon {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

/*======================底部菜单 =========================*/
.tabbar_out {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
}

.tabbar {
	
	margin: 0 auto;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55px;
	background: #ffffff;
	border-top: solid 1px rgba(0, 0, 0, .03);
	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: #acadb1;
	text-align: center;
	display: block;
	/* padding: 5px 0; */
}

.tabbar .tabbar-item.active .link_a {
	color: #24bdff;
	/* font-weight: bold; */
}



.tabbar .tabbar-item .link_a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

.tabbar .tabbar-item .link_a p {
	font-size: 14px;
}


/*****开始状态********/
.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../images/tabbar/1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2) .tabbar-icon {
	background-image: url('../images/tabbar/2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(3) .tabbar-icon {
	background-image: url('../images/tabbar/3.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


/****选中状态***/
.tabbar .tabbar-item:nth-of-type(1).active .tabbar-icon {
	background-image: url('../images/tabbar/1-fill.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
	background-image: url('../images/tabbar/2-fill.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
	background-image: url('../images/tabbar/3-fill.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


/*  */
.radio {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	font-size: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	background: url("../images/icon_unchecked.png") no-repeat center;
	background-size: 18px 18px;
	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;
}


.selected.radio {
	background: url(../images/icon_checked.png) no-repeat center;
	background-size: 18px 18px;
}


.text-nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*  */
.load-all {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center
}

/*箭头 */
.cmt-more {
	width: 7px;
	height: 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
	margin-left: 5px;
	display: inline-block
}

/* 搜索框 */

.top-search-bar {
	display: flex;
	align-items: center;

}

/* 搜索框 */

.search-box {
	width: 100%;
	background: #f0f2fe;
	border-radius: 33px;
	overflow: hidden;
	font-size: 14px;
	padding: 3px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.top-head-search .search-box {
	border-radius: 8px;
	width: auto;
	background: #e0e2ef;

}

.top-head-search .search-box .searchbtn {
	border-radius: 6px;
}

.search-box .icon {
	width: 16px;
	height: 16px;


}

.search-box .txt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.search-box .input {
	border: 0;
	background: none;
	height: 30px;
	font-size: 14px;
	color: #000;
	flex: 1;
	padding-right: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.search-box .searchbtn {
	height: 30px;
	line-height: 16px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(to right, #ff632b 0%, #ff632b 100%);
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	border-radius: 16px;
	padding: 0 15px;
}

::-webkit-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

/* 进度条 */
.progress-bar {
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: #feeee0;
}

.progress-bar .progress {
	display: block;
	height: 4px;
	border-radius: 4px;
	text-align: right;
	position: relative;
	background: #9e642e;
}



/* 无数据 */
.zp-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 60px;
}

.zp-empty img {
	width: 41px;
	height: 41px;
}

.zp-empty img.img1 {
	width: 104px;
	height: 104px;
}

.zp-empty .zp-title {
	font-size: 12px;
	color: #aaa;
	text-align: center;
}

/* 返回顶部 */
.back-to-top {
	display: none;
	width: 34px;
	text-align: center;
	height: 34px;
	line-height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgb(204, 204, 204);
	bottom: 90px;
	right: 10px;
	position: fixed;
}

.back-to-top .back-to-top-img {
	width: 16px;
	height: 16px;
}


/* =====表单===== */
.setup-form {
	margin: 10px;
	padding: 10px 0;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
}

.setup-form .setup-group {
	padding: 5px 16px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}


.setup-form .form-tip {
	font-size: 14px;
	color: #6A6A6E;
}

.setup-form .form-title {
	font-size: 14px;
	color: #000;
}

.setup-form .setup-group .form-label {
	min-width: 90px;
	font-size: 14px;
	line-height: 14px;
	color: #6A6A6E;
}

.setup-form .setup-group .inpbg {
	background: rgba(224, 226, 239, .4);
	border-radius: 5px;
	padding: 0 10px;


}


.setup-form .setup-group .form-control {
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	color: #000;
}


.setup-form .setup-group .form-select {
	background: none;
	width: 100%;
	height: 42px;
	padding: 0;
	line-height: 42px;
	font-size: 15px;
	color: #000;
	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: #000;
}

.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: #f00;
	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: #f81a1a;
	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: #f81a1a;
	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: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	font-size: 14px;
	color: #000;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.setup-form .setup-group .get-code {
	background: transparent;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #FE5745;
	text-decoration: none;
}

.setup-form .setup-group .get-code.disabled {
	background: #f4f4f6;
	cursor: not-allowed;
}

.setup-form .setup-group .textarea-box {
	background: #f4f4f6;
	border-radius: 6px;
	position: relative;
	font-size: 0;
	display: flex;
	box-sizing: border-box;

}

.setup-form .setup-group .form-textarea {
	background: none;
	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: none;
}

/* 上传身份证 */
.upload-IDcard {}

.upload-IDcard .title {
	font-size: 14px;
	line-height: 40px;
	color: #6A6A6E;
}


.upload-IDcard .imgbox {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;


}


.upload-IDcard .imgbox .uploadimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f8;
	object-fit: fill;
	z-index: 1;   /* 图片在中间 */

}

.upload-IDcard .imgbox .icon-del {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background: url("../images/closepic.png") no-repeat;
	background-size: 100% 100%;
		z-index: 3;   /* 删除按钮最高 */
	display: none;

}

.upload-IDcard .imgbox .upload-btn-file {
	position: absolute;
	z-index: 2;   /* 默认在上面 */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.upload-IDcard .imgbox .upload-btn-file .file-btn {
	width: 100%;
	height: 160px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #000;
	background: #f6f6f8;
	position: relative;

}

.upload-IDcard .imgbox .upload-btn-file .file-btn .icon-add {
	width: auto;
	height: 100px;
	position: absolute;
	left: 50%;
	object-fit: fill;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/* 弹出大图 */

.aler-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: rgba(0, 0, 0, 0.4);

}

.alert-grskm {
	width: 100%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

.alert-grskm img {
	max-width: 100%;
	max-height: 100%;
}

/*  */
.rule-block {
	padding: 0 10px;
}

.rule-block .tip {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #888;
}

/*  设置按钮开关*/
.chooseBtn {
	display: none;
}

.choose-label {
	box-shadow: #ECECEC 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	background-color: #ECECEC;
	overflow: hidden;
}

.choose-label.checkbox {
	background: #778ef6;
	box-shadow: #778ef6 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;
}

.footer-H {
	position: relative;
	height: 80px;
}

.footer-H .footer {
	padding: 10px 30px;
	height: 80px;
	width: 100%;
	background: url('../images/bg.png') no-repeat bottom;
	background-size: 100% auto;
	position: fixed;
	bottom: 0;
	z-index: 998;
}

.form-submit {
	width: 100%;
	clear: both;
	padding: 10px 15px;
	box-sizing: border-box;
}

.form-submit-btn {
	width: 100%;
	/* font-weight: 700; */
	height: 44px;
	line-height: 16px;
	border-radius: 44px;
	font-size: 16px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #778ef6;
	color: #FFFFFF;
}

/* tab切换 */

.tab-box {

	display: inline-flex;

	overflow: hidden;
	border-radius: 40px;
	padding: 3px;
	background: #e2e8f8;
}



.tab-box .tabs-item {

	font-size: 14px;
	
	    color: #616163;

	border-radius: 40px;
	padding: 7px 30px;

	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: #fff;
	background: #778ef6;
}



.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}


/*修改头像弹窗 */

.coinWarp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	position: fixed;
	z-index: 999;
	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;
}

/* ===============弹窗============= */
.popup-mask {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: flex-end;
	z-index: 10001;
}

.popup-mask.show {
	display: flex;
}

.popup-main {
	width: 100%;
	max-height: 80%;
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow-y: auto;
	padding: 15px;
	padding-bottom: 10px;
}

.popup-main .popup-header {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
}

.popup-main .popup-header .title {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.popup-main .popup-header .close-btn {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0;
	right: 0;
}

.popup-main .popup-body {}


.popup-main .popup-footer {
	margin-top: 15px;
}

.popup-main .popup-footer .footer-btn {
	width: 100%;
	padding: 10px 0;
	height: 44px;
	background: #24bdff;
	color: #fff;
	border: none;
	border-radius: 44px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.popup-main .popup-footer .btn-cancel {
	background: #e7f0ff;
	color: #24bdff;
}

.popup-main .popup-footer .btn-confirm {
	background: #24bdff;
	color: #fff;
}



/* ===========对话框============= */
/* 遮罩层 */
.dialog-mask {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.dialog-box {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	transform: translate3D(-50%, -50%, 0);
	background: linear-gradient(180deg, #f5e2c1 0%, #FFFFFF 20%);
	border-radius: 10px;
	width: 85%;
	max-width: 500px;
	font-size: 14px;
	line-height: 1.5;
	display: none;
}

.guanbi {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	bottom: -60px;
}

.dialog-box .dialog-header {
	padding: 12px 15px;
	font-size: 14px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.dialog-box .dialog-header .dialog-close {
	height: 20px;
	width: 20px;
	padding: 2px;
	position: absolute;
	right: 13px;
	top: 15px;
	cursor: pointer;
}

.dialog-box .dialog-body {
	padding: 10px;
	font-size: 14px;
	color: #333;
}

.dialog-box .dialog-body .icon-result {
	width: 80px;
}

.dialog-box .dialog-footer {
	padding: 15px;
}

.dialog-box .dialog-footer .btn {
	padding: 10px;
	border-radius:8px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.dialog-box .dialog-footer .btn.btn-cancel {
	background: #e2e8f8;
	color: #616163;
}

.dialog-box .dialog-footer .btn.btn-ok {
	background: #778ef6;
	color: #fff;

}

/* 弹出提示语 */
.simple-msg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	z-index: 9999;
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	/* 初始透明 */
}