/*全局属性*/
body {
	height: 100%;
	background: #FAFAFA;
}
html, body {
	scroll-behavior: smooth;
}
input {
	outline: none;
}
[v-cloak] {
	display: none !important;
}
.grey-title {
	color: #666;
	font-weight: 600;
}
.left {
	float: left;
}
.right {
	float: right;
}
.none {
	display: none;
}
.red {
	color: red;
}
.bold{
	font-weight: 600;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.line {
	overflow: hidden;
}
.hidden {
	overflow: hidden;
}
.gray-blue {
	color: #576b95;
}
.hover {
	cursor: pointer;
}
.hover-red:hover {
	cursor: pointer;
	color: red;
}
.gray-blue:hover {
	color: #576b95;
	cursor: pointer;
}
.orange {
	color: #ff6e42;
}
.font-weight {
	font-size: 15px;font-weight: 900;
}
.dazzle{
	background-image: linear-gradient(to right,#359FD4,#36B5C8,#25D8AB);
}
.layui-btn-normal,.layui-layer-btn .layui-layer-btn0 {
	background-color: #359FD4!important;
}
.ell {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.label-gray {
	color: #9a9a9a;
}
.blue:hover {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}
.no-cursor {
	caret-color: transparent;
}
.box {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.box:hover {
	border-color: #5FB878;
}
.bbk-input {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 0 5px 0 5px;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.blank-100 {
	display: inline-block;
	width: 100px;
	height: 1px;
}
.height {height: 20px;}
.center {
	text-align: center;
}
.text-line {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	max-width: 150px;
}
.background-color-sky-blue {
	background-color: #1E9FFF;
}
.content-box {
	width: 1204px;
	overflow: hidden;
	margin: 10px auto auto auto;
}
.page-title {
	margin: 5px 0 5px 0;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
}
.user-star {
	color: #e0e000;
	display: inline-block;
	margin-right: 5px;
}
.nav-choosed{
	background-image: linear-gradient(to right,#359FD4,#009688,#5FB878);
	color: #fff!important;
}
.acbtn-box {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
	caret-color: transparent;

	/** */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acbtn-box:hover {
	border-color: #009688;
	cursor: pointer;
}
.acbtn-btn-choosed {
	border-color: #009688;
	background: #009688;
	color: #fff;
}
.acbtn-close-icon {
	background-color: #aaa;
	color: #fff;
	border-radius: 100%;
	display: none;
	position: absolute;
	top: 0px; /** -6px; */
	right: 0px; /** -6px; */
	z-index: 100;
	width: 12px;
	height: 12px;
	font-size: 12px !important;
	line-height: 12px;
}
.acbtn-close-icon:hover {
	background: #009688;
}
.toper-box {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #9F9F9F;
	color: #fff;
	border-radius: 2px;
	opacity: .50;
	position: fixed;
	right: 5px;
	bottom: 65px;
	display: none;
}
.toper-box:hover {
	background-color: #8f8f8f;
	opacity: .95;
}
.toper-box i {
	font-size: 40px;
}
.msger-content {
	display: block;
	width: 315px;
	height: auto;
	border-top-width: 0;
	padding: 10px;
	line-height: 20px;
	overflow: auto;
	color: #222;
	font-size: 14px;
}
.msger-content {
	color: red;
}
#msger-back {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #000;
	opacity: 0.3;
}
#msger-clock-msg-body {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0px;
}
#msger-clock-msg-box {
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #666;
	color: #fff;
	line-height: 25px;
}
.layer-login .layui-layer-title {
	font-size: 16px;
}
.layer-login-title {
	text-align: center;
	width: 250px;
	line-height: 50px;

}
.layer-login-title i {
	color: green;
	font-size: 18px;
	margin-right: 5px;
}
.login-next-box {
	margin: 20px auto 10px auto;
}
#login-qr-box {
	width: 256px;
	height: 256px;
	margin: 10px auto;
	border: 1px solid #f1f1f1;
}
.login-refresh-btn:hover {
	cursor: pointer;
	font-weight: 900;
}
/* check */
.base-check-box {
	width: 80px;
	position: fixed;
	top: 70px;
	right: 50px;
	text-align: center;
}
.check-btn-item {
	padding: 5px 0px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 5px;
}
#msger-for-reason-text,
.msger-content {
	display: block;
	width: 315px;
	height: auto;
	border-top-width: 0;
	padding: 10px;
	line-height: 20px;
	overflow: auto;
	color: #222;
	font-size: 14px;
}
.msger-content {
	color: red;
}
.layer-imger img {
	margin: auto;
	display: block;
	width: 500px;
	height: 449px;
}
/*颜色*/
.base-color-box {
	width: 384px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.base-color-box li {
	width: 10px;
	height: 10px;
	float: left;
	cursor: pointer;
	caret-color: transparent;
	border: 1px solid #fff;
}
.base-color-input-box {
	margin-top: 10px;
}
.base-color-input-box input {
	width: 100px;
	height: 25px;
}
.bbk-input-tiper{
	border:1px solid #ddd;
	height:200px;
	z-index: 100;
	position: absolute;
	border-radius: 3px;
	background: #fff;
}
/* kit nav */
.kit-left-nav-wrap{
	width: 9%;
	margin-left: 1%;
	padding-top: 50px;
	margin-right: 2%;
}
.kit-nav-one{
	display:block;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	border:1px solid #ddd;
	cursor: pointer;
}
.kit-content-wrap{
	width: 76%;
	min-width: 800px;
	margin-top: 15px;
}
.one-line{
	overflow: hidden;
	margin-top: 20px;
}
/* 旋转 */
.ani-retate {
	animation: retate 3s steps(300) infinite;
}
/* 跳动 */
.ani-jump {
	animation: jump 1s ease infinite;
}
@keyframes retate {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(360deg);
	}
}
@keyframes jump {
	0% {
		bottom: 5%;
	}

	50% {
		bottom: 25%;
	}

	100% {
		bottom: 5%;
	}
}
