.cloud-content {
	padding: 10px 0 10px 0;
	margin-bottom: 22px;
	background-color: #fff;
}

.logo-box-0, .logo-box-1 {
	width: 25%;
	float: left;
}

.logo-box-2 {
	width: 50%;
	float: left;
}

.logo {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .3);
	margin: 3px;
}

.logo img {
	width: 100%;
	height: 105px;
}

@media screen and (max-width: 768px) {
	.logo img {
		width: 100%;
		height: 40px;
	}
}

.v-tips-2 {
	position: absolute;
	top: -8px;
	right: -6px;
	z-index: 10;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	background: url('../img/icon/vip.png') no-repeat center center;
	background-size: 16px 16px;
}

.v-tips-1 {
	position: absolute;
	top: -8px;
	right: -6px;
	z-index: 10;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	background: url('../img/icon/cert.png') no-repeat center center;
	background-size: 16px 16px;
}

.layui-fixbar {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999999
}

.layui-fixbar li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	list-style: none;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	background-color: #9F9F9F;
	color: #fff;
	border-radius: 2px;
	opacity: .95;
	margin-bottom: 1px;
}

.layui-fixbar li:hover {
	opacity: .85
}

.layui-fixbar li:active {
	opacity: 1
}

.layui-fixbar .layui-fixbar-top {
	display: none;
	font-size: 40px
}

body .layui-util-face {
	border: none;
	background: 0 0
}

body .layui-util-face .layui-layer-content {
	padding: 0;
	background-color: #fff;
	color: #666;
	box-shadow: none
}

.layui-util-face .layui-layer-TipsG {
	display: none
}

.layui-util-face ul {
	position: relative;
	width: 372px;
	padding: 10px;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-util-face ul li {
	cursor: pointer;
	float: left;
	border: 1px solid #e8e8e8;
	height: 22px;
	width: 26px;
	overflow: hidden;
	margin: -1px 0 0 -1px;
	padding: 4px 2px;
	text-align: center
}

.layui-util-face ul li:hover {
	position: relative;
	z-index: 2;
	border: 1px solid #eb7350;
	background: #fff9ec
}

@font-face {
	font-family: layui-icon;
	src: url(../js/layui/font/iconfont.eot?v=250);
	src: url(../js/layui/font/iconfont.eot?v=250#iefix) format('embedded-opentype'),
		url(../js/layui/font/iconfont.woff2?v=250) format('woff2'), url(../js/layui/font/iconfont.woff?v=250) format('woff'),
		url(../js/layui/font/iconfont.ttf?v=250) format('truetype'), url(../js/layui/font/iconfont.svg?v=250#layui-icon)
		format('svg')
}

.layui-icon {
	font-family: layui-icon !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.layui-icon-top:before {
	content: "\e604"
}