@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%;
	position: fixed;
	z-index: 998;
	background: #FFFFFF;
}

.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: #333;
}

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

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

}


.top-header.nopbg {
	background: none;
}

.top-header.nopbg .top-title {
	color: #fff;


}

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

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


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

/*======================底部菜单 =========================*/
.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: linear-gradient(to top, #ffffff, #ffffff);
	border-top: solid 1px rgba(0, 0, 0, .06);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

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

.tabbar .tabbar-item .link_a {
	font-size: 14px;
	background: none;
	color: #333333;
	text-align: center;
	display: block;
	padding: 5px 0;
}

	.tabbar .tabbar-item.active .link_a {
		color: #0094ff;
	}

.tabbar .tabbar-item .link_a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 22px;
	height: 22px;
}

.tabbar .tabbar-item .link_a p {
	font-size: 14px;
}

/*****开始状态********/
	.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
		background-image: url('../images/tabbar/tabbar1_2.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/tabbar4_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/uncheck-live.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/tabbar3_2.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(4) .tabbar-icon {
		background-image: url('../images/tabbar/tabbar5_2.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/tabbar1_1.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
		background-image: url('../images/tabbar/tabbar4_1.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}


/*.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
	background-image: url('../images/tabbar/selecte-live.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/tabbar3_1.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tabbar .tabbar-item:nth-of-type(4).active .tabbar-icon {
		background-image: url('../images/tabbar/tabbar5_1.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

/*  */
.radio {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #fff;
	font-size: 14px;
	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);
}

.check-t .radio {
	background: #0094ff 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 #0094ff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.text-nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*  */
.load-all {
	margin-top: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #aaa;
	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 {
	padding: 10px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;

}

.link-back {
	padding: 10px;
	padding-left: 0;
}

.link-back .icon {
	width: 20px;
	height: 20px;
}

/* 搜索框 */
.search-box {
	width: 100%;
	background: #FFFFFF;
	height: 33px;
	border-radius: 33px;
	overflow: hidden;
	font-size: 14px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.search-box .search-img {
	width: 16px;
	height: 16px;
	margin: 0 10px;

}

.search-box .txt {
	height: 36px;
	font-size: 14px;
	color: #777;
	padding-right: 8px;
	display: flex;
	align-items: center;
}

.search-box .input {
	border: 0;
	background: none;
	height: 36px;
	font-size: 14px;
	color: #000;
	flex: 1;
	padding-right: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}


::-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;
}

/* ==============弹窗=========== */
.popup-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.popup-mask .popup-window {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 330px;
	overflow: hidden;
	background-color: #fff
}

.popup-mask .popup-window.radius {
	border-radius: 10px 10px 0 0;
}

.popup-mask .popup-window .popup-head {
	position: relative;
	height: 46px;
	line-height: 46px;
	padding-left: 10px;
	font-size: 16px;
	color: #333;
	background-color: #f7f7f7
}

.popup-mask .popup-window .popup-head .icon_close {
	color: #aaa;
	border-radius: 12px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 18px;
	padding: 1px;
	top: 10px;
	right: 10px;
	position: absolute
}

.popup-mask .popup-window .icon_close:before {
	content: "✖"
}

.popup-mask .popup-window .popup-container {
	max-height: 429px;
	overflow: auto;
	padding: 0 10px;
}

/* 对话框 */

.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;

}

/* 无数据 */
.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: 14px;
	color: #aaa;
	text-align: center;
	margin-top: 10px;
}

/* 返回顶部 */
.back-to-top {
	display: none;
	width: 44px;
	text-align: center;
	height: 44px;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgb(204, 204, 204);
	bottom: 128px;
	right: 10px;
	position: fixed;
}

.back-to-top .back-to-top-img {
	width: 20px;
	height: 20px;
}

/*  加减数量*/
.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: #fff;
	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;
}

/* =====表单===== */
.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: 16px;
	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: #0094ff;
	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: #0094ff;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	font-size: 14px;
}

.setup-form .setup-group .btn-link {
	min-width: 50px;
	font-size: 14px;
	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;
}

/*  */
.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: #999 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	background-color: #999;
	overflow: hidden;
}

.choose-label.checkbox {
	background: #0094ff;
	box-shadow: #0094ff 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;
}

.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: 14px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 5px;
	background: #0094ff;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

/* 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: #0094ff;
}

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

.tab-con {
	display: none;
}


/*修改头像弹窗 */

.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;
}