.app-container {
  max-width: $maxWidth;
  margin: 0 auto;
  padding:  20px 0;
  font-size: 18px;
}

.theme-color{
  color:#2F2F2F;
}
.text-color{
  color:#8B8B8B;
}

img:hover{
    background: none !important;
}

/* 公共宽度 */
.public_widthBox{
	width: 1200px;
}

a{
	text-decoration: none;
}

/*颜色*/
.dadadadada{
	color: #82CCCB;
}

/* 客服样式 */
.kefu-fixed{
	width: 180px;
	padding: 20px 0;
	background: #308FFF;
	position: fixed;
	right: 0; bottom: 300px;
	z-index: 999;
	text-align: center;
	border-radius: 150px 150px 10px 10px;
	display: none;
}
.kefu-fixed-close{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px; top: 0;
}
.kefu-fixed-avatar{
	width: 140px;
	height: 140px;
	margin: 0 auto 0;
	border-radius: 50%;
	box-shadow: 0 0 20px 10px #0272FF;
}
.kefu-fixed-code{
	width: 120px;
	height: 120px;
	border-radius: 4px;
	margin: 20px auto 0;
}
.kefu-fixed-tip{
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto 0;
	background: white;
	color: #308FFF;
	font-size: 16px;
	border-radius: 5px;
}