@CHARSET "UTF-8";
@keyframes animatedShopBg{
	0% {
		top: 0
	}

	50% {
		top: -100%
	}

	to {
		top: 0
	}
}

.user-head {
	position: relative;
	background: #fff;
}
.user-head .user-bg {
	width: 100%;
	height: auto;
}
.user-info {
	margin: 0;
	height: 110px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}
.user-info .user-logo {
	width: 70px;
	max-width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 80px;
	box-shadow: 0 0 0 1px rgb(203, 203, 203);
	vertical-align: middle;
}
.user-info .shop_bg{
	position: absolute;
	width: 100%;
	animation: animatedShopBg 20s infinite linear;
}
.user-info .shop_box{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	z-index: 10;
	width: 95%;
	height: 68px;
}
.user-info .shop_box .click_fav{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 19px;
	background: #fff;
	border-radius: 19px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	color: #ff6464;
	font-size: 13px;

}
.user-info .shop_box .click_fav span{
	margin-left: 5px;
}
.user-info .shop-signs-mask{
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.user-head h1 {
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10px;
}
.user-nav {
	overflow: hidden;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.user-nav-fixed {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
	top: 0;
}
.user-nav ul li {
	float: left;
	width: 24.7%;
	text-align: center;
	color: #5a5a5a;
	font-size: 12px;
	border-right: 1px solid #e1e1e1;
}
.user-nav ul li:LAST-CHILD {
	border: 0px;
}
.user-nav ul li i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}
.control>div.control_l {
	float: none;
}
.control>div.control_l h1 {
	text-align: center;
}
.control>div.control_l h1 i:FIRST-CHILD, .control>div.control_l h1 i:LAST-CHILD
	{
	height: 1px;
	border-top: 1px solid #e1e1e1;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.control>div.control_l h1 i:FIRST-CHILD {
	margin-right: 10px;
}
.control>div.control_l h1 i:LAST-CHILD {
	margin-left: 10px;
}

.shop_bottom{
	position: fixed;
	bottom:0;
	height:45px;
	margin:0;
	padding:0;
	width: 100%;
	border-top: 1px solid #e3e8ee;
	background: #fff;
}

.shop_bottom ul li{
	width: 49%;
	float: left;
	text-align: center;
	line-height: 45px;
	border-right: 1px solid #e3e8ee;

}
.shop_bottom ul li:nth-child(2){
	border-right: 0;
}

.grade{
	width: 100%;
	margin-top: 10px;
}
.grade ul li{
	display: inline-block;
	width: 32%;
	text-align: center;
	line-height:20px;
	color: #232326;
}
.grade ul li .grade_icon{
	font-size: 12px;
	vertical-align: middle;
	padding: .1rem .3rem;
	background: #fba534;
	border-radius: 1.2rem;
	color: #fff;
}
.contact{
	margin-top: 12px;
	background: #fff;
	color: #999;
}
.contact ul li{
	background: #fff;
	padding:.7rem;
	border-bottom: 1px solid #eee;
}

.contact ul li:last-child{
	border-bottom: 0;
}

.shop_desc{
	margin-top: 12px;
	background: #fff;
	color: #999;
}
.shop_desc ul li{
	background: #fff;
	padding:.7rem;
	border-bottom: 1px solid #eee;
}
.shop_desc ul li .content{
	padding-left: 5px;
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #232326;
}
.shop_desc ul li:last-child{
	border-bottom: 0;
}

.shop_desc ul li .icon,.contact ul li .icon{
	float: right;
}

.shop_desc ul li a,.contact ul li a{
	color: #999;
	display: block;
}