@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: #01000D;
	width: 100%;
	position: fixed;
	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: 18px;
	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: #333;
	display: block;
	position: relative;
}


.top-header .top-r .link-a .icon {
	width: 20px;
	height: 20px;
	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: 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: 12px;
	background: none;
	color: #333333;
	text-align: center;
	display: block;
	padding: 5px 0;
}

.tabbar .tabbar-item.active .link-a {
	color: #95BCF0;
}

.tabbar .tabbar-item .link-a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 23px;
	height: 23px;
}

.tabbar .tabbar-item .link-a p {
	font-size: 12px;
}

/*****开始状态********/
.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1.png');
	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');
	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');
	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');
	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');
	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');
	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');
	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');
	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: absolute;
	width: 200px;
	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: 30px;
	color: #333;

}



.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 .fuhao::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 .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, #fe8800, #ff5300);
	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 20px;
	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: #95BCF0;
	text-decoration: none;
	position: relative;
	z-index: 1;
}


/* 上传图片 */
.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: #95BCF0;
	box-shadow: #95BCF0 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: 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;
}

.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: #95BCF0 url(../imgs/icon/check.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 #95BCF0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/*  */

.checkFull.check-t .radio {
	background: #95BCF0 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 #95BCF0;
	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;

}