.shop-head{
	/* width: 1200px; */
	margin: 0 auto;
	padding-bottom: 15px;
}
/* 我的样式公共样式 */
.myBox{
	width: 100%;
	min-height: 600px;
	background-color: #F2F2F2;
	padding: 20px 0;
}
.myBoxMain{
	width: 1200px;
	margin: 0 auto;
}
.myBoxMain .myBox-left{
	width: 200px;
	margin-right: 15px;
}
.myBoxMain .myBox-right{
	width: 975px;
	background-color: #FFFFFF;
	min-height: 880px;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 35px 60px 100px 30px;
}
.myBoxMain .myBox-left-top{
	height: 270px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 8px;
	background: url(/static/img/icon/headbg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 45px;
	box-sizing: border-box;
}
.myBoxMain .myBox-left-top .userImg{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	border: 1px solid #BEAB94;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 23px;
}
.myBoxMain .myBox-left-top .userImg img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.myBoxMain .myBox-left-top .userName{
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.myBoxMain .myBox-left-top .userId{
	font-size: 14px;
	color: #9A9A9A;
	font-weight: 400;
	margin-top: 8px;
}
.myBoxMain .myBox-left-top .userLeave{
	width: 54px;
	height: 18px;
	background: url(/static/img/icon/leave-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #FEAE64;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 15px;
	box-sizing: border-box;
	    padding-left: 18px;
}
.myBoxMain .loginout{
	width: 120px;
	    margin: 0 auto;
	    background: #f2f2f2;
	    height: 24px;
	    line-height: 24px;
	    color: #333;
	    border-radius: 5px;
	    margin-top: 5px;
		cursor: pointer;
}
.myBoxMain .myBox-left-bottom{
	height: 590px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	padding-top: 32px;
}
.myBoxMain .myBox-left-bottom li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-left: 2px solid #FFFFFF;
}
.myBoxMain .myBox-left-bottom li a i{
	display: inline-block;
	height: 18px;
	width: 18px;
	/* float: left; */
	/* margin: 22px 8px 0 40px; */
	vertical-align: middle;
	margin-right: 8px;
}
.myBoxMain .myBox-left-bottom li:first-child a i{
	background: url(/static/img/icon/myicon-dingdan.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(2) a i{
	background: url(/static/img/icon/myicon-jifen.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(3) a i{
	background: url(/static/img/icon/myicon-chongzhi.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(4) a i{
	background: url(/static/img/icon/myicon-usr.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(5) a i{
	background: url(/static/img/icon/myicon-shop.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(6) a i{
	background: url(/static/img/icon/myicon-shoucang.png) no-repeat;
	background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li:nth-child(7) a i {
   /* background: url(/static/img/icon/myicon-shoucang.png) no-repeat;*/
   background:url(/static/img/icon/new.png) no-repeat;
    background-size: 100% 100%;
}
.myBoxMain .myBox-left-bottom li a{
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
		box-sizing: border-box;
		line-height: 60px;
		    padding-left: 40px;
}
.myBoxMain .myBox-left-bottom li.activeleftNav{
	border-left: 2px solid #3C84FC;
	background-color: #F7FCFF;
}
.myBoxMain .myBox-left-bottom li:hover{
	border-left: 2px solid #3C84FC;
	background-color: #F7FCFF;
}
/* end 以上是我的模块公共样式 */
/* 右边头 */
.myBox-right{
 
}
.myBox-right .myBox-right-title{
	font-size: 24px;
	color: #343434;
	font-weight: bold;
	position: relative;
	font-family: "pingfang";
}
