﻿/*
*注:container>wrap>box> litter
*基础颜色值:#3f56e0
*勾选颜色值:
*
*
*/



/*全局属性*/
body {
	height: 100%;

}
html, body {
  scroll-behavior: smooth;
}

input {
	outline: none;
}

/*for vue */
[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;
}
.big-blue{
	color:blue;
	font-size: 20px;
}

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

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

.center {
	text-align: center;
}

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

/* Acbtn */
.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;
}

.acbtn-box:hover {
	border-color: #5FB878;
	cursor: pointer;
}

.acbtn-btn-choosed {
	border-color: #5FB878;
	background: #5FB878;
	color: #fff;
}

.acbtn-close-icon {
	background-color: #aaa;
	color: #fff;
	border-radius: 100%;
	display: none;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 100;
	width: 12px;
	height: 12px;
	font-size: 12px !important;
	line-height: 12px;
}

.acbtn-close-icon:hover {
	background: #FF5722;
}




/* 大的元素 */
.io-box {
	width: 79%;
	left: 10.5%;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	position: fixed;
	bottom: 10px;
	background: #fff;
	box-shadow: 2px 2px 2px #ddd;
	z-index: 20;
}

.io-box-title {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #f9f9f9;
}

.io-box-content {
	padding: 20px 10px 20px 10px;
}
.io-box-content .layui-btn{
	margin-bottom: 10px;
}

.io-box-close-box {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 14px;
	color: #666;
	width: 50px;
	background: #f9f9f9;
}

.io-box-close-box i {
	font-size: 16px;
	margin-top: 1px;
	display: inline-block;
}

.io-box-close-box:hover {
	cursor: pointer;
	color: red;
}

.io-box-num {
	color: blue;
	font-size: 18px;
}

/*toper*/
.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 */
.msger-content {
	display: block;
	width: 315px;
	height: 160px;
	border: 10px solid #F8F8F8;
	border-top-width: 0;
	padding: 10px;
	line-height: 20px;
	overflow: auto;
	background-color: #eee;
	color: #222;
	font-size: 14px;
	font-family: Courier New;
}

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

/* loggin */
.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;
}

/*-------------------------------------------动画-------------------------*/

/* 旋转 */
.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%;
	}
}


/* nav */
.base-nav-box {
	width: 55px;
	position: fixed;
	top: 200px;
	right: 5px;
	text-align: center;
}

.nav-btn-item {
	width: 53px;
	background-color: #f3f3f3;
	color: #666;
	display: block;
	padding: 5px 0px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 5px;
}
.nav-btn-item-choosed,.nav-btn-item:hover{
}



.nav-btn-item i {
	font-size: 22px;
}

/* Msger.forReason */
#msger-for-reason-text,
.msger-content {
	display: block;
	width: 315px;
	height: 160px;
	border: 10px solid #F8F8F8;
	border-top-width: 0;
	padding: 10px;
	line-height: 20px;
	overflow: auto;
	background-color: #eee;
	color: #222;
	font-size: 14px;
	font-family: Courier New;
}

.msger-content {
	color: red;
}

.layer-imger img {
	margin: auto;
	display: block;
	width: 500px;
	height: 449px;
}


/* 客服中心 */
.layer-help img {
	margin: 10px;
}

/* logo */
.logo-color-body {
	background-color: #1E9FFF;
}

.logo-color-eye {
	background-color: #fff;
}

/* 将来替换成 目标主体里面的元素 */
/* 所有元素都基于这个定位 */
.logo-out-box {
	width: 100%;
	height: 100%;
	border-radius: 12%;
	position: absolute;
}

.logo-face {
	position: absolute;
	left: 7.5%;
	top: 7.5%;
	width: 85%;
	height: 85%;
	border-radius: 100%;
	overflow: hidden;
}

.logo-up-arc {
	width: 200%;
	height: 200%;
	border-radius: 100%;
	position: absolute;
	left: -50%;
	top: 25%;
	overflow: hidden;
}

.logo-bottom-arc {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	bottom: 75%;
}

.logo-eye-box {
	position: absolute;
	width: 100%;
	height: 21.3%;
	bottom: 39.3%;
}

.logo-eye {
	width: 14%;
	height: 70%;
	border-radius: 100%;
	position: absolute;
	bottom: 15%;
}

.logo-left-eye {
	left: 25%;
}

.logo-right-eye {
	right: 25%;
}


/* help */
.help-logo-box {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
}

.help-content-box img {
	margin: 10px auto;
	display: block;
}

.help-text {
	line-height: 20px;
	width: 360px;
	margin: 10px auto;
}

.help-content-box .layui-icon-login-wechat {
	color: green;
}

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

/* 支付模块 */
.pay-title{
	text-align: center;
	margin-top:20px;
	font-weight: 900;
	line-height: 30px;
	font-size:18px;
}
.icon-wx{
	color:green;
	font-size:20px;
}
.icon-bank{
	color:#fff;
	background-color: rgb(0, 128, 255);
	border-radius: 100%;
	font-size:20px;
}
.pay-qr-box{
	width:350px;
	height:400px;
	margin:0px auto;
}
.qr-img-box{
	width:350px;
	height:350px;
	text-align: center;
	
}
.layui-icon-loading{
	font-size: 30px;
	line-height: 350px;
}
.pay-qr-box img{
	width:320px;
	height:320px;
	margin-top: 15px;
}
.pay-tip{
	margin-top: 10px;
	text-align: center;
}
.pay-cny{
	text-align: center;
	font-size: 18px;
}
.pay-qr-box table{
	width:100%;
	height:100px;
	margin:40px 0;
	font-size:16px;
	border:1px solid #eee;
}
.pay-qr-box td{
	border:0px;
	text-align: left!important;
}

.color-cuber-team-box{
	width:28px;
	height:28px;
	margin-right: 5px;
	/* border-radius: 5px; */
	overflow: hidden;
}
.color-cuber-team-box div{
	width:14px;
	height:14px;
	/* border-radius: 100%; */
}
.color-cuber-0{
	background-color: #ca4300;
	/* border:1px solid #fff; */
}
.color-cuber-1{
	background-color: #1E9FFF;
	/* border:1px solid #fff; */
}
.color-cuber-2{
	background-color: #e0e000;
	/* border:1px solid #fff; */
}
.color-cuber-3{
	background-color: #5FB878;
	/* border:1px solid #fff; */
}
.color-cuber-9{
	background-color: grey;
	/* border:1px solid #fff; */
}
