* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

input,
select,
textarea {
	font-family: auto;
	background-color: transparent;
	border: none;
	outline: none;
}

textarea {
	resize: none;
	line-height: 1.6;
}

.all {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.top {
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
}

.top>span {
	color: #1F2329;
}

.top>a.back {
	color: #1F2329;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
}

.cover {
	height: 100vh;
	width: 100%;
	max-width: 600px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(0, 0, 0, 0.6);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cover .popup {
	background-color: #ffffff;
	width: 90%;
	border-radius: 5px;
}

.cover .title {
	display: flex;
	align-items: center;
	padding: 0px 0.9375rem;
	height: 2.8125rem;
	border-bottom: 1px solid #ededed;
	color: #1F2329;
	font-weight: bold;
}

.cover .popup .input-box,
.cover .popup .tips-box {
	display: flex;
	margin: 30px 15px;
}

.cover .popup .input-box input {
	flex: 1;
	height: 45px;
	border: 1px solid #ededed;
	padding: 0 10px;
	border-radius: 2px;
}

.cover .popup .pupup-btn {
	display: flex;
	margin: 1.25rem 0.9375rem;
	justify-content: flex-end;
}

.cover .popup .pupup-btn button {
	width: 3.75rem;
	height: 1.875rem;
	margin-left: 0.9375rem;
	border-radius: 2px;
}

.cover .popup .pupup-btn button.cancel {
	border: 1px solid #dedede;
	background-color: #ffffff;
	color: #666;
}

.cover .popup .pupup-btn button.sure {
	border: 1px solid #1891fc;
	color: #ffffff;
	background-color: #1891fc;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: transparent;

}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: transparent;
	border-color: transparent;

}

.btn-light {
	background-color: transparent;
	border-color: transparent;
	outline: none;
}

.btn-light.focus,
.btn-light:focus {
	background-color: transparent;
	border-color: transparent;
}

.btn-light:hover {
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: thin dotted #333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
	outline: none !important;
}

.btn {
	padding: 0;
}

.btn.dropdown-toggle.btn-light {
	height: 2.8125rem;
	display: flex;
	align-items: center;
}
.filter-option-inner,.filter-option-inner-inner{
	height: 2.8125rem;
}
.filter-option-inner-inner{
	line-height: 2.8125rem;
}
.actions-btn.bs-select-all.btn.btn-light,.actions-btn.bs-deselect-all.btn.btn-light{
	border: 1px solid rgba(0,0,0,.15);
}
.filter-option {
	line-height: 2.1875rem;
}

.form-control {
	padding: 0;
	line-height: 2.1875rem;
	height: 2.1875rem;
	border: none;
	color: #212529;
}

.bs-searchbox .form-control {
	border: 1px solid #ced4da;
}

a:hover {
	text-decoration: none;
}
.bootstrap-select .bs-ok-default:after{
	color: #2f85ff;
}
.bootstrap-select .dropdown-menu li.selected .dropdown-item{
	color: #2f85ff;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
	box-sizing: border-box;
}
.btn-light{
	color: #000000;
}
@media screen and (max-width:600px) {

	*,
	.btn,
	.form-control {
		font-size: 3.85vw;
	}

	body {
		background-color: #fff;
	}

	.top>a.back i,
	.search .div i,
	.upload-box button i,
	.popup .box1 label>span i,
	.option i,
	.file-box i,
	.item .box>span>i,
	.item .box .iconfont.icon-fanhui {
		font-size: 5vw;
	}

	.search .btn i {
		font-size: 6vw;
	}

	.all {
		width: 100%;
	}
}

@media screen and (min-width:600px) {
	* {
		font-size: 16px;
	}

	body {
		background-color: #e0e8f6;
	}

	.all {
		background: #fff;
	}

	.top>a.back i,
	.search .div i,
	.upload-box button i,
	.popup .box1 label>span i,
	.option i,
	.file-box i,
	.item .box>span>i,
	.item .box .iconfont.icon-fanhui {
		font-size: 24px;
	}

	.search .btn i {
		font-size: 30px;
	}

	.all {
		width: 600px;
		margin: 0 auto;
	}
}